#aes-gcm #nonce #aes #encryption #gcm #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

#2224 in Cryptography

Download history 1/week @ 2024-02-20 13/week @ 2024-02-27 153/week @ 2024-03-26 40/week @ 2024-04-02

193 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
~20K SLoC