deoxys

Crates.iodeoxys
lib.rsdeoxys
version0.1.0
sourcesrc
created_at2021-05-15 16:29:05.614965
updated_at2022-07-30 19:01:06.757388
descriptionPure Rust implementation of the Deoxys Authenticated Encryption with Associated Data (AEAD) cipher, including the Deoxys-II variant which was selected by the CAESAR competition as the first choice for in-depth security
homepagehttps://github.com/RustCrypto
repositoryhttps://github.com/RustCrypto/AEADs/tree/master/deoxys
max_upload_size
id397910
size91,612
AEADs (github:rustcrypto:aeads)

documentation

https://docs.rs/deoxys

README

RustCrypto: Deoxys Cipher

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

Pure Rust implementation of the Deoxys Authenticated Encryption with Associated Data (AEAD) cipher, including the Deoxys-II variant which was selected by the CAESAR competition as the best choice for in-depth security.

Documentation

Security Notes

This crate has NOT received any security audit.

Although encryption and decryption passes the test vector, there is no guarantee of constant-time operation.

USE AT YOUR OWN RISK.

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