Struct halite_sys::crypto_auth_hmacsha256_state
source · #[repr(C)]pub struct crypto_auth_hmacsha256_state {
pub ictx: crypto_hash_sha256_state,
pub octx: crypto_hash_sha256_state,
}Fields§
§ictx: crypto_hash_sha256_state§octx: crypto_hash_sha256_stateTrait Implementations§
source§impl Clone for crypto_auth_hmacsha256_state
impl Clone for crypto_auth_hmacsha256_state
source§fn clone(&self) -> crypto_auth_hmacsha256_state
fn clone(&self) -> crypto_auth_hmacsha256_state
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more