SkillAgentSearch skills...

AEADs

Authenticated Encryption with Associated Data Algorithms: high-level encryption ciphers

Install / Use

/learn @RustCrypto/AEADs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

| Name | Algorithm | Crates.io | Documentation | MSRV | |----------------------|------------------------------|:---------:|:-------------:|:----:| | aead-stream | STREAM | crates.io | Documentation | 1.85 | | aes-gcm-siv | AES-GCM-SIV | crates.io | Documentation | 1.85 | | aes-gcm | AES-GCM | crates.io | Documentation | 1.85 | | aes-siv | AES-SIV | crates.io | Documentation | 1.85 | | ascon-aead128 | Ascon | crates.io | Documentation | 1.85 | | ccm | CCM | crates.io | Documentation | 1.85 | | chacha20poly1305 | (X)ChaCha20Poly1305 | crates.io | Documentation | 1.85 | | deoxys | Deoxys-I/II | crates.io | Documentation | 1.85 | | eax | EAX | crates.io | Documentation | 1.85 | | mgm | MGM | crates.io | Documentation | 1.85 |

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.

View on GitHub
GitHub Stars914
CategoryDevelopment
Updated7h ago
Forks186

Languages

Rust

Security Score

80/100

Audited on Apr 8, 2026

No findings