crypto_hash_sha512_final method

int crypto_hash_sha512_final(
  1. Pointer<crypto_hash_sha512_state> state,
  2. Pointer<UnsignedChar> out
)

Implementation

@pragma('vm:prefer-inline')
int crypto_hash_sha512_final(
  _i1.Pointer<_i2.crypto_hash_sha512_state> state,
  _i1.Pointer<_i1.UnsignedChar> out,
) => _i2.crypto_hash_sha512_final(state, out);