Skip to main content

crypto_auth_hmacsha512256_update

Function crypto_auth_hmacsha512256_update 

Source
pub fn crypto_auth_hmacsha512256_update(
    state: &mut HmacSha512256State,
    input: &[u8],
)
Expand description

Updates state for HMAC-SHA-512-256 with input.