Type Alias Block

Source
pub type Block<R> = GenericArray<u8, UInt<UInt<UInt<UInt<UInt<UInt<UInt<R, B0>, B0>, B0>, B0>, B0>, B0>, B0>>;
Expand description

The type for one block for scrypt BlockMix operation (128 bytes/1R)

Aliased Typeยง

pub struct Block<R> { /* private fields */ }