Skip to content

v0.1.10

Compare
Choose a tag to compare
@mcginty mcginty released this 27 May 01:51

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.