Jake McGinty
Jake McGinty
It'd be great to have an even more robust fuzzer for snow to increase confidence and avoid panics.
Transport states can't be shared between threads, so multithreaded crypto isn't possible with the current design. One possible outcome is to add an `into_async_transport_mode()` alongside the existing `into_transport_mode()`, which will...
clear out sensitive key material from the stack when they're dropped https://github.com/isislovecruft/curve25519-dalek/issues/11 for some options
This is a continuation of the conversation started on #75. # Summary libsodium has made the decision to try to prevent accidental foot-shooting by refusing to do DH operations on...
Right now for the sake of cleaner syntax, there's allocation being done using `Box` structs to avoid forcing users of snow to specify a ton of ugly generics when they...
It's usually a good idea for young/experimental/unaudited crypto code to add a warning somewhere for people to be aware that the tool might not be right for use in security-critical...