Skip to main content

Shake256Reader

Type Alias Shake256Reader 

Source
pub type Shake256Reader = ShakeReader<136>;
Expand description

SHAKE256 XOF reader.

Aliased Type§

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

Fields§

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