Struct libsodium_ffi::crypto_auth_hmacsha256_state[][src]

#[repr(C)]
pub struct crypto_auth_hmacsha256_state { pub ictx: crypto_hash_sha256_state, pub octx: crypto_hash_sha256_state, }

Fields

Trait Implementations

impl Copy for crypto_auth_hmacsha256_state
[src]

impl Clone for crypto_auth_hmacsha256_state
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations