Struct tomcrypt_sys::sha1_state [] [src]

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

Fields

Trait Implementations

impl Copy for sha1_state
[src]

impl Clone for sha1_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more