Struct tomcrypt_sys::sha512_state [] [src]

#[repr(C)]
pub struct sha512_state { pub length: ulong64, pub state: [ulong64; 8], pub curlen: c_ulong, pub buf: [c_uchar; 128], }

Fields

Trait Implementations

impl Copy for sha512_state
[src]

impl Clone for sha512_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more