[−][src]Type Definition block_cipher::Key
type Key<B> = GenericArray<u8, <B as NewBlockCipher>::KeySize>;
Key for an algorithm that implements NewBlockCipher
.
type Key<B> = GenericArray<u8, <B as NewBlockCipher>::KeySize>;
Key for an algorithm that implements NewBlockCipher
.