Type Definition cipher::Block

source ·
pub type Block<B> = GenericArray<u8, <B as BlockSizeUser>::BlockSize>;
Expand description

Block on which BlockSizeUser implementors operate.