Type Alias KeccakWidth1600_SpongeInstance

Source
pub type KeccakWidth1600_SpongeInstance = KeccakWidth1600_SpongeInstanceStruct;

Aliased Type§

struct KeccakWidth1600_SpongeInstance {
    pub state: KeccakP1600_plain64_state,
    pub rate: u32,
    pub byteIOIndex: u32,
    pub squeezing: i32,
}

Fields§

§state: KeccakP1600_plain64_state§rate: u32§byteIOIndex: u32§squeezing: i32

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 216 bytes