pub type ParState1600<B> = Array<State1600, <B as Backend>::ParSize1600>;Expand description
1600xN-bit state processed in parallel by a Backend implementation.
Aliased Type§
#[repr(transparent)]pub struct ParState1600<B>(pub <<B as Backend>::ParSize1600 as ArraySize>::ArrayType<[u64; 25]>);Tuple Fields§
§0: <<B as Backend>::ParSize1600 as ArraySize>::ArrayType<[u64; 25]>