xsalsa20poly1305

Crates.ioxsalsa20poly1305
lib.rsxsalsa20poly1305
version0.9.1
sourcesrc
created_at2019-10-02 06:31:00.31221
updated_at2023-05-17 02:38:14.83905
descriptionDEPRECATED: please use the `crypto_secretbox` crate
homepage
repositoryhttps://github.com/RustCrypto/AEADs
max_upload_size
id169304
size35,271
AEADs (github:rustcrypto:aeads)

documentation

https://docs.rs/xsalsa20poly1305

README

RustCrypto: XSalsa20Poly1305

crate Docs Apache2/MIT licensed Rust Version Project Chat Build Status

🚨 DEPRECATED! 🚨

Please switch to the crypto_secretbox crate.

This crate is deprecated and will not receive further updates.

About

XSalsa20Poly1305 (a.k.a. NaCl crypto_secretbox) is an authenticated encryption cipher amenable to fast, constant-time implementations in software, based on the Salsa20 stream cipher (with XSalsa20 192-bit nonce extension) and the Poly1305 universal hash function, which acts as a message authentication code.

This algorithm has largely been replaced by the newer ChaCha20Poly1305 (and the associated XChaCha20Poly1305) AEAD ciphers (RFC 8439), but is useful for interoperability with legacy NaCl-based protocols.

Documentation

Security Notes

This crate has received one security audit by Cure53 (version 0.8.0), with no significant findings. We would like to thank Threema for funding the audit.

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 587

cargo fmt