#aead #deoxys-ii #deoxys-i

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

#19 in #aead

Download history 4/week @ 2023-12-17 2/week @ 2023-12-24 6/week @ 2024-01-07 50/week @ 2024-01-14 2/week @ 2024-01-21 18/week @ 2024-01-28 10/week @ 2024-02-11 30/week @ 2024-02-18 27/week @ 2024-02-25 17/week @ 2024-03-03 24/week @ 2024-03-10 26/week @ 2024-03-17 16/week @ 2024-03-24 126/week @ 2024-03-31

195 downloads per month
Used in 4 crates (2 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.6–1MB
~19K SLoC