xaes-gcm

Crates.ioxaes-gcm
lib.rsxaes-gcm
version0.2.0
sourcesrc
created_at2023-11-02 14:30:20.049931
updated_at2024-03-28 22:42:34.647515
descriptionThe simplest and safest way to encrypt data using AES-GCM in Rust (AES256-DNDK-GCM)
homepagehttps://github.com/jedisct1/nonce-extension
repositoryhttps://github.com/jedisct1/nonce-extension
max_upload_size
id1022725
size6,165
Frank Denis (jedisct1)

documentation

README

XAES-GCM

The simplest and safest way to encrypt data using AES-GCM in Rust.

No nonces to generate, no collisions to worry about, no limits on the number of messages that can be encrypted.

Commit count: 15

cargo fmt