Crates.io | aes-siv |
lib.rs | aes-siv |
version | 0.8.0-pre.2 |
source | src |
created_at | 2019-09-27 16:09:27.114578 |
updated_at | 2024-10-07 19:26:27.291584 |
description | Pure Rust implementation of the AES-SIV Misuse-Resistant Authenticated Encryption Cipher (RFC 5297) with optional architecture-specific hardware acceleration |
homepage | |
repository | https://github.com/RustCrypto/AEADs |
max_upload_size | |
id | 168168 |
size | 75,039 |
AES-SIV (RFC 5297) is an Authenticated Encryption with Associated Data (AEAD) cipher which also provides nonce reuse misuse resistance.
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!
Licensed under either of:
at your option.
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.