[][src]Type Definition cipher::block::Block

type Block<B> = GenericArray<u8, <B as BlockCipher>::BlockSize>;

Block on which a BlockCipher operates.