Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@jmlepisto jmlepisto released this 17 Dec 14:06
22b0bf2

Clatter v.1.1.0

Adds missing features and includes minor tweaks for better user experience

What's Changed

  • Ability to fetch peer keys during handshake via get_remote_static() and get_remote_ephemeral()
  • Protocol naming scheme changed to be compatible with Nyquist when the same KEM is used for ephemeral and static operations
  • Renamed RustCrypto Kyber wrapper to ML-KEM
  • Dedicated Rng marker trait for compatible RNG sources

Compatibility

Post-quantum handshakes are not protocol compatible with v1.0.0 due to the protocol naming changes.
This is an inconvenience, but better make this change sooner than later.

Full Changelog: clatter-v1.0.0...clatter-v1.1.0