pub type BlockCipherKey<B> = GenericArray<u8, <B as NewBlockCipher>::KeySize>;Expand description
Key for an algorithm that implements NewBlockCipher.
Aliased Typeยง
struct BlockCipherKey<B> { /* private fields */ }pub type BlockCipherKey<B> = GenericArray<u8, <B as NewBlockCipher>::KeySize>;Key for an algorithm that implements NewBlockCipher.
struct BlockCipherKey<B> { /* private fields */ }