G

Type Alias G 

Source
pub type G = ShakeState<Shake128>;

Aliased Type§

pub enum G {
    Absorbing(CoreWrapper<Shake128Core>),
    Squeezing(XofReaderCoreWrapper<Shake128ReaderCore>),
}

Variants§