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

Use 2018 edition #49

Closed hdevalence closed 4 years ago

hdevalence commented 4 years ago

cargo fix --edition + edition = "2018" in Cargo.toml.