Function dryoc::classic::crypto_onetimeauth::crypto_onetimeauth_update
source · pub fn crypto_onetimeauth_update(state: &mut OnetimeauthState, input: &[u8])
Expand description
Updates state
for the one-time authentication function, based on input
.
Equivalent to libsodium’s crypto_onetimeauth_update
.