-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xsalsa20poly1305: deprecate in favor of
crypto_secretbox
(#525)
The `crypto_secretbox` crate is forked from `xsalsa20poly1305`, but modified and expanded to support the libsodium flavor of XChaCha20Poly1305 in addition to XSalsa20Poly1305. Further updates will happen on `crypto_secretbox`: https://github.com/RustCrypto/nacl-compat/tree/master/crypto_secretbox
- Loading branch information
Showing
2 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters