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

Add a mode to avoid degenerate points #51

Open isislovecruft opened 4 years ago

isislovecruft commented 4 years ago

cf. https://github.com/tendermint/kms/pull/279

isislovecruft commented 2 years ago

I'm not convinced that this would provide any great amount of additional safety on top of #78 fwiw.