Skip to content

Commit

Permalink
Merge pull request dalek-cryptography#54 from tarcieri/readme/crypto_box
Browse files Browse the repository at this point in the history
README.md: Add "See also" section with link to `crypto_box` crate
  • Loading branch information
hdevalence authored Feb 25, 2020
2 parents 52050e4 + bdc6412 commit ebb4981
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,11 @@ attempt to prevent software side-channels.
copyright © Amy Wibowo ([@sailorhg](https://twitter.com/sailorhg))

[rfc7748]: https://tools.ietf.org/html/rfc7748

# See also

- [crypto_box]: pure Rust public-key authenticated encryption compatible with
the NaCl family of encryption libraries (libsodium, TweetNaCl) which uses
`x25519-dalek` for key agreement

[crypto_box]: https://github.com/RustCrypto/AEADs/tree/master/crypto_box

0 comments on commit ebb4981

Please sign in to comment.