#aes

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

#2515 in Cryptography

Download history

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