H

Type Alias H 

Source
pub type H = ShakeState<Shake256>;

Aliased Type§

pub enum H {
    Absorbing(CoreWrapper<Shake256Core>),
    Squeezing(XofReaderCoreWrapper<Shake256ReaderCore>),
}

Variants§