Trait cipher::ParBlocksSizeUser
source · pub trait ParBlocksSizeUser: BlockSizeUser {
type ParBlocksSize: ArrayLength<GenericArray<u8, Self::BlockSize>>;
}
Expand description
Types which can process blocks in parallel.
Required Associated Types§
sourcetype ParBlocksSize: ArrayLength<GenericArray<u8, Self::BlockSize>>
type ParBlocksSize: ArrayLength<GenericArray<u8, Self::BlockSize>>
Number of blocks which can be processed in parallel.
Object Safety§
This trait is not object safe.