Crate xaes_256_gcm
source ·Expand description
§RustCrypto: XAES-256-GCM
Pure Rust implementation of the XAES-256-GCM extended-nonce Authenticated Encryption with Associated Data (AEAD).
§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.
§TBD
Structs§
- XAES-256-GCM
Constants§
- Maximum length of associated data.
- Maximum length of ciphertext.
- Maximum length of plaintext.