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

Clarify Ephemeral/StaticSecret docs. #61

Closed hdevalence closed 4 years ago

hdevalence commented 4 years ago

Also does a pass through the docs converting TypeNames to Rustdoc links, and making sure that all the items have consistent summaries.

Closes #58 Closes #56