crypto_generichash_final method
int
crypto_generichash_final(
- Pointer<
crypto_generichash_blake2b_state> state, - Pointer<
UnsignedChar> out, - int outlen
Implementation
@pragma('vm:prefer-inline')
int crypto_generichash_final(
_i1.Pointer<_i2.crypto_generichash_blake2b_state> state,
_i1.Pointer<_i1.UnsignedChar> out,
int outlen,
) => _i2.crypto_generichash_final(state, out, outlen);