pub type Block<B> = GenericArray<u8, <B as BlockSizeUser>::BlockSize>;Available on crate feature
core-api only.Expand description
Block on which BlockSizeUser implementors operate.
pub type Block<B> = GenericArray<u8, <B as BlockSizeUser>::BlockSize>;core-api only.Block on which BlockSizeUser implementors operate.