Merge pull request #54 from tarcieri/readme/crypto_box

README.md: Add "See also" section with link to `crypto_box` crate
This commit is contained in:
Henry de Valence 2020-02-25 13:30:39 -08:00 committed by GitHub
commit ebb4981232
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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