pub fn crypto_generichash_update(state: &mut GenericHashState, input: &[u8])Expand description
Updates the internal hash state with input.
Equivalent to libsodium’s crypto_generichash_final
pub fn crypto_generichash_update(state: &mut GenericHashState, input: &[u8])Updates the internal hash state with input.
Equivalent to libsodium’s crypto_generichash_final