[go: up one dir, main page]

Type Definition cipher::BlockCipherKey[][src]

type BlockCipherKey<B> = GenericArray<u8, <B as NewBlockCipher>::KeySize>;

Key for an algorithm that implements NewBlockCipher.