#block-cipher #encryption

no-std aria

Pure Rust implementation of the ARIA Encryption Algorithm

5 unstable releases

Uses new Rust 2024

0.2.0 Apr 10, 2026
0.2.0-rc.1 Feb 1, 2026
0.2.0-rc.0 Jan 4, 2026
0.1.0 Oct 27, 2022
0.0.0 Dec 15, 2016

#22 in #block-cipher

Download history 3/week @ 2026-04-15 65/week @ 2026-04-29 18/week @ 2026-05-06 56/week @ 2026-05-13 6/week @ 2026-05-20 9/week @ 2026-05-27

92 downloads per month

MIT/Apache

24KB
454 lines

RustCrypto: ARIA Cipher

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

Pure Rust implementation of the ARIA block cipher.

⚠️ Security Warning: Hazmat!

This crate does not ensure ciphertexts are authentic (i.e. by using a MAC to verify ciphertext integrity), which can lead to serious vulnerabilities if used incorrectly!

No security audits of this crate have ever been performed, and it has not been thoroughly assessed to ensure its operation is constant-time on common CPU architectures.

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

~675KB
~17K SLoC