Struct tomcrypt_sys::sha3_state [] [src]

#[repr(C)]
pub struct sha3_state { pub saved: ulong64, pub s: [ulong64; 25], pub sb: [c_uchar; 200], pub byte_index: c_ushort, pub word_index: c_ushort, pub capacity_words: c_ushort, pub xof_flag: c_ushort, }

Fields

Trait Implementations

impl Copy for sha3_state
[src]

impl Clone for sha3_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more