pub type KeccakWidth400_DuplexInstance = KeccakWidth400_DuplexInstanceStruct;

Aliased Type§

struct KeccakWidth400_DuplexInstance {
    pub state: [u8; 50],
    pub rate: u32,
    pub byteInputIndex: u32,
    pub byteOutputIndex: u32,
}

Fields§

§state: [u8; 50]§rate: u32§byteInputIndex: u32§byteOutputIndex: u32

Trait Implementations§

source§

impl Debug for KeccakWidth400_DuplexInstanceStruct

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