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 */ }
pub type Key<C> = GenericArray<u8, <C as NewStreamCipher>::KeySize>;
Key for an algorithm that implements NewStreamCipher
.
struct Key<C> { /* private fields */ }