pub type KeccakWidth800_SpongeInstance = KeccakWidth800_SpongeInstanceStruct;

Aliased Type§

struct KeccakWidth800_SpongeInstance {
    pub state: [u8; 100],
    pub rate: u32,
    pub byteIOIndex: u32,
    pub squeezing: i32,
}

Fields§

§state: [u8; 100]§rate: u32§byteIOIndex: u32§squeezing: i32

Trait Implementations§

source§

impl Debug for KeccakWidth800_SpongeInstanceStruct

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

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: 112 bytes