Struct tomcrypt_sys::blake2b_state [] [src]

#[repr(C)]
pub struct blake2b_state { pub h: [ulong64; 8], pub t: [ulong64; 2], pub f: [ulong64; 2], pub buf: [c_uchar; 128], pub curlen: c_ulong, pub outlen: c_ulong, pub last_node: c_uchar, }

Fields

Trait Implementations

impl Copy for blake2b_state
[src]

impl Clone for blake2b_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more