Skip to main content

Shake128Reader

Type Alias Shake128Reader 

Source
pub type Shake128Reader = ShakeReader<168>;
Expand description

SHAKE128 XOF reader.

Aliased Type§

pub struct Shake128Reader {
    pub(crate) state: [u64; 25],
    pub(crate) cursor: SpongeCursor<168>,
    pub(crate) keccak: Keccak,
}

Fields§

§state: [u64; 25]§cursor: SpongeCursor<168>§keccak: Keccak