Key

Type Alias Key 

Source
pub type Key = GenericArray<u8, U32>;
Expand description

Key type (256-bits/32-bytes).

Implemented as an alias for GenericArray.

All ChaChaPoly1305 variants (including XChaCha20Poly1305) use this key type.

Aliased Typeยง

#[repr(transparent)]
pub struct Key { /* private fields */ }