Type Alias chacha20::Key

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

Key type used by all ChaCha variants.

Aliased Type§

struct Key { /* private fields */ }