crypto_blake2b function
Direct interface
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<ffi.Uint8>,
ffi.Size,
ffi.Pointer<ffi.Uint8>,
ffi.Size,
)
>()
external void crypto_blake2b(
ffi.Pointer<ffi.Uint8> hash,
int hash_size,
ffi.Pointer<ffi.Uint8> message,
int message_size,
);