pub type XChaChaKey = GenericArray<u8, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>;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ยง
struct XChaChaKey { /* private fields */ }