Docs.rs
aes-gcm-siv-0.11.1
aes-gcm-siv 0.11.1
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
tarcieri
github:rustcrypto:aeads
Dependencies
aead ^0.5
normal
aes ^0.8
normal
optional
cipher ^0.4
normal
ctr ^0.9
normal
polyval ^0.6
normal
subtle ^2
normal
zeroize ^1
normal
aead ^0.5
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
aes_
gcm_
siv
0.11.1
Nonce
Aliased Type
In crate aes_
gcm_
siv
aes_gcm_siv
Type Alias
Nonce
Copy item path
Source
pub type Nonce =
GenericArray
<
u8
,
U12
>;
Expand description
AES-GCM-SIV nonces.
Aliased Type
ยง
struct Nonce {
/* private fields */
}