Crates.io | xaes-gcm |
lib.rs | xaes-gcm |
version | 0.2.0 |
source | src |
created_at | 2023-11-02 14:30:20.049931 |
updated_at | 2024-03-28 22:42:34.647515 |
description | The simplest and safest way to encrypt data using AES-GCM in Rust (AES256-DNDK-GCM) |
homepage | https://github.com/jedisct1/nonce-extension |
repository | https://github.com/jedisct1/nonce-extension |
max_upload_size | |
id | 1022725 |
size | 6,165 |
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.