Skip to content
/ AEADs Public
forked from RustCrypto/AEADs

Authenticated Encryption with Associated Data algorithms

Notifications You must be signed in to change notification settings

warner/AEADs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustCrypto: Authenticated Encryption with Associated Data

Build Status dependency status

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

Warnings

Crates in this repository have not yet received any formal cryptographic and security reviews.

USE AT YOUR OWN RISK.

Crates

Name Crates.io Documentation
chacha20poly1305 crates.io Documentation

Minimum Supported Rust Version

All crates in this repository support Rust 1.36 or higher. In future minimum supported Rust version can be changed, but it will be done with the minor version bump.

Usage

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

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.

About

Authenticated Encryption with Associated Data algorithms

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%