#encryption #aead #deoxys-ii #deoxys-i #aead-encryption

no-std deoxys

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 first choice for in-depth security

4 releases

0.1.0 Jul 30, 2022
0.1.0-pre.1 Jul 2, 2022
0.0.2 Jul 20, 2021
0.0.1 Jun 26, 2021
0.0.0 May 15, 2021

#2966 in Cryptography

Download history 59/week @ 2024-12-11 20/week @ 2024-12-18 13/week @ 2024-12-25 37/week @ 2025-01-01 44/week @ 2025-01-08 36/week @ 2025-01-15 23/week @ 2025-01-22 80/week @ 2025-01-29 659/week @ 2025-02-05 31/week @ 2025-02-12 75/week @ 2025-02-19 341/week @ 2025-02-26 84/week @ 2025-03-05 58/week @ 2025-03-12 50/week @ 2025-03-19 57/week @ 2025-03-26

254 downloads per month
Used in 7 crates (3 directly)

Apache-2.0 OR MIT

33KB
605 lines

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.

Dependencies

~0.8–1.2MB
~27K SLoC