pub(crate) type Block = GenericArray<u8, U64>;Expand description
Block type used by all ChaCha variants.
Aliased Typeยง
#[repr(transparent)]pub(crate) struct Block { /* private fields */ }pub(crate) type Block = GenericArray<u8, U64>;Block type used by all ChaCha variants.
#[repr(transparent)]pub(crate) struct Block { /* private fields */ }