Type Definition chacha20::Key[][src]

pub type Key = CipherKey<ChaCha20>;
Expand description

ChaCha20 key type (256-bits/32-bytes)

Implemented as an alias for [GenericArray].

(NOTE: all variants of ChaCha20 including XChaCha20 use the same key type)