Pure Rust implementation of the AES-GCM-SIV misuse-resistant authenticated encryption cipher (RFC 8452) with optional hardware acceleration.
# Cargo.toml
[dependencies]
aes-gcm-siv = "0.11.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encrypt data using AES-256-GCM-SIV.
Enable `aes` feature in Cargo.toml: `aes-gcm-siv = { version = "0.11", features = ["aes"] }`No dependency data recorded yet.