#aes-gcm #nonce #aes #gcm #encryption #collision #dndk

no-std xaes-gcm

The simplest and safest way to encrypt data using AES-GCM in Rust (AES256-DNDK-GCM)

2 unstable releases

0.2.0 Mar 28, 2024
0.1.0 Nov 2, 2023

#2642 in Cryptography

Download history 15/week @ 2024-09-19 13/week @ 2024-09-26 2/week @ 2024-10-03

51 downloads per month

ISC license

17KB
184 lines

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.

Dependencies

~1MB
~21K SLoC