dalek-cryptography / x25519-dalek

X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek.
BSD 3-Clause "New" or "Revised" License
328 stars 133 forks source link

Threads the `fiat_{u32,u64}_backend` features through the feature set #72

Closed huitseeker closed 2 years ago

huitseeker commented 3 years ago

This allows the fiat backends introduced in curve25519-dalek/#342 to be used from an x25519 import without cumbersome overrides.

isislovecruft commented 2 years ago

Thanks @huitseeker! Merged for v1.2.0.