Function dryoc::classic::crypto_auth::crypto_auth_update
source · pub fn crypto_auth_update(state: &mut AuthState, input: &[u8])
Expand description
Updates state
for the secret-key authentication function, based on
input
.