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

Added conversion from ed25519 Public and Private Key #73

Closed umgefahren closed 3 years ago

umgefahren commented 3 years ago

I added the option for conversion from ed25519-dalek. I implemented this to make procedures possible, where both Diffie-Hellmann and Signing is required. Please review this code carefully as I don't really understand the underlying math.

umgefahren commented 3 years ago

I forgot to update the version number in Cargo.toml. When merging the pull request please change this and update the crate on Crates.io.

umgefahren commented 3 years ago

Found major mistake. Closing.