Struct tomcrypt_sys::whirlpool_state [] [src]

#[repr(C)]
pub struct whirlpool_state { pub length: ulong64, pub state: [ulong64; 8], pub buf: [c_uchar; 64], pub curlen: ulong32, }

Fields

Trait Implementations

impl Copy for whirlpool_state
[src]

impl Clone for whirlpool_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more