pub type crypto_auth_hmacsha512256_state = crypto_auth_hmacsha512_state;
Aliased Type§
struct crypto_auth_hmacsha512256_state {
pub ictx: crypto_hash_sha512_state,
pub octx: crypto_hash_sha512_state,
}
Fields§
§ictx: crypto_hash_sha512_state
§octx: crypto_hash_sha512_state