Type Definition crypto_common::Block
source · pub type Block<B> = GenericArray<u8, <B as BlockSizeUser>::BlockSize>;
Expand description
Block on which BlockSizeUser
implementors operate.
pub type Block<B> = GenericArray<u8, <B as BlockSizeUser>::BlockSize>;
Block on which BlockSizeUser
implementors operate.