xaes-256-gcm

Crates.ioxaes-256-gcm
lib.rsxaes-256-gcm
version0.0.1-pre.0
sourcesrc
created_at2024-08-09 11:18:15.940706
updated_at2024-08-09 11:18:15.940706
descriptionPure Rust implementation of the XAES-256-GCM extended-nonce Authenticated Encryption with Associated Data (AEAD).
homepage
repositoryhttps://github.com/RustCrypto/AEADs
max_upload_size
id1330726
size23,193
Sergio Benitez (SergioBenitez)

documentation

https://docs.rs/xaes-256-gcm

README

RustCrypto: XAES-256-GCM

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

Pure Rust implementation of the XAES-256-GCM extended-nonce Authenticated Encryption with Associated Data (AEAD).

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.

Commit count: 609

cargo fmt