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