Type Alias crypto_common::Block
source · pub type Block<B> = GenericArray<u8, <B as BlockSizeUser>::BlockSize>;
Expand description
Block on which BlockSizeUser
implementors operate.
Aliased Type§
struct Block<B> { /* private fields */ }
pub type Block<B> = GenericArray<u8, <B as BlockSizeUser>::BlockSize>;
Block on which BlockSizeUser
implementors operate.
struct Block<B> { /* private fields */ }