Pure Rust implementation of the AES-GCM authenticated encryption cipher with optional hardware acceleration.
# Cargo.toml
[dependencies]
aes-gcm = "0.10.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encrypt data using AES-256-GCM.
Add `features = ["aes"]` to the dependency in Cargo.toml.
No dependency data recorded yet.