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.