crypto_blake2b_final function
Implementation
@ffi.Native<
ffi.Void Function(ffi.Pointer<crypto_blake2b_ctx>, ffi.Pointer<ffi.Uint8>)
>()
external void crypto_blake2b_final(
ffi.Pointer<crypto_blake2b_ctx> ctx,
ffi.Pointer<ffi.Uint8> hash,
);
@ffi.Native<
ffi.Void Function(ffi.Pointer<crypto_blake2b_ctx>, ffi.Pointer<ffi.Uint8>)
>()
external void crypto_blake2b_final(
ffi.Pointer<crypto_blake2b_ctx> ctx,
ffi.Pointer<ffi.Uint8> hash,
);