Type Alias c2_chacha::stream_cipher::Key

source ·
pub type Key<C> = GenericArray<u8, <C as NewStreamCipher>::KeySize>;
Expand description

Key for an algorithm that implements NewStreamCipher.

Aliased Type§

struct Key<C> { /* private fields */ }