Skip to main content

Shake256

Type Alias Shake256 

Source
pub type Shake256 = Shake<136>;
Expand description

SHAKE256 hasher.

Aliased Type§

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

Fields§

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

Trait Implementations§