[package] name = "xaes-gcm" version = "0.2.0" edition = "2021" readme = "README.md" authors = ["Frank Denis "] keywords = ["crypto", "aes", "nonce", "dndk", "gcm"] description = "The simplest and safest way to encrypt data using AES-GCM in Rust (AES256-DNDK-GCM)" license = "ISC" homepage = "https://github.com/jedisct1/nonce-extension" repository = "https://github.com/jedisct1/nonce-extension" categories = ["no-std", "cryptography", "wasm"] [dependencies] nonce-extension = "0.2.0" aes-gcm = "0.10.3" getrandom = "0.2.12"