logo

Type Definition crypto_common::Block

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

Block on which BlockSizeUser implementors operate.