Type Definition chacha20::Key[][src]

type Key = Key<ChaCha20>;

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)