#encryption #aes #aead #siv

no-std aes-siv

Pure Rust implementation of the AES-SIV Misuse-Resistant Authenticated Encryption Cipher (RFC 5297) with optional architecture-specific hardware acceleration

11 releases (6 breaking)

0.7.0 Jul 30, 2022
0.6.2 Jul 20, 2021
0.5.0 Oct 16, 2020
0.3.0 Jun 6, 2020
0.2.0 Nov 27, 2019

#2437 in Cryptography

Download history 1298/week @ 2023-12-16 620/week @ 2023-12-23 990/week @ 2023-12-30 956/week @ 2024-01-06 955/week @ 2024-01-13 1243/week @ 2024-01-20 1162/week @ 2024-01-27 1014/week @ 2024-02-03 1105/week @ 2024-02-10 1069/week @ 2024-02-17 1288/week @ 2024-02-24 1743/week @ 2024-03-02 1169/week @ 2024-03-09 1183/week @ 2024-03-16 1500/week @ 2024-03-23 1272/week @ 2024-03-30

5,434 downloads per month
Used in 25 crates (12 directly)

Apache-2.0 OR MIT

26KB
363 lines

RustCrypto: AES-SIV (Misuse-Resistant Authenticated Encryption Cipher)

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

AES-SIV (RFC 5297) is an Authenticated Encryption with Associated Data (AEAD) cipher which also provides nonce reuse misuse resistance.

Documentation

Security Warning

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

~0.8–1MB
~22K SLoC