[][src]Type Definition block_cipher::Block

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

Block on which a BlockCipher operates.