Lots of promising improvements in this release!
- HACL* provider added by @quininer.
- Switched from
rust-crypto
's X25519 implementation to x25519-dalek
as the default.
- Added
get_remote_static()
to Session
, useful in patterns like XX
, where the remote static key is not known until it is transmitted, added by @str4d after a prototype from @david415.