Struct libsodium_ffi::crypto_generichash_blake2b_state [] [src]

#[repr(C)] #[repr(packed)]
pub struct crypto_generichash_blake2b_state { pub h: [uint64_t; 8], pub t: [uint64_t; 2], pub f: [uint64_t; 2], pub buf: [uint8_t; 256], pub buflen: size_t, pub last_node: uint8_t, }

Fields

Trait Implementations

impl Copy for crypto_generichash_blake2b_state
[src]

impl Clone for crypto_generichash_blake2b_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more