crypto_poly1305_update function
- Pointer<
crypto_poly1305_ctx> ctx, - Pointer<
Uint8> message, - int message_size
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<crypto_poly1305_ctx>,
ffi.Pointer<ffi.Uint8>,
ffi.Size,
)
>()
external void crypto_poly1305_update(
ffi.Pointer<crypto_poly1305_ctx> ctx,
ffi.Pointer<ffi.Uint8> message,
int message_size,
);