Home

Awesome

RustCrypto: Authenticated Encryption with Associated Data (AEAD) Algorithms

Dependency Status Project Chat

Collection of Authenticated Encryption with Associated Data (AEAD) algorithms written in pure Rust.

AEADs are high-level symmetric encryption primitives which defend against a wide range of potential attacks (i.e. IND-CCA3).

Usage

Crates functionality is expressed in terms of traits defined in the aead crate.

Crates

NameAlgorithmCrates.ioDocumentationMSRV
aes-gcm-sivAES-GCM-SIVcrates.ioDocumentation1.51
aes-gcmAES-GCMcrates.ioDocumentation1.51
aes-sivAES-SIVcrates.ioDocumentation1.51
ascon-aeadAsconcrates.ioDocumentation1.56
ccmCCMcrates.ioDocumentation1.41
chacha20poly1305(X)ChaCha20Poly1305crates.ioDocumentation1.56
deoxysDeoxys-I/IIcrates.ioDocumentation1.51
eaxEAXcrates.ioDocumentation1.41
mgmMGMcrates.ioDocumentation1.41

MSRV Policy

Minimum Supported Rust Version (MSRV) can be changed in the future, but it will be done with a minor version bump.

License

All crates 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.