pub type Key = CipherKey<ChaCha20>;
ChaCha20 key type (256-bits/32-bytes)
Implemented as an alias for [GenericArray].
GenericArray
(NOTE: all variants of ChaCha20 including XChaCha20 use the same key type)
ChaCha20
XChaCha20