crypto_poly1305_init function
Implementation
@ffi.Native<
ffi.Void Function(ffi.Pointer<crypto_poly1305_ctx>, ffi.Pointer<ffi.Uint8>)
>()
external void crypto_poly1305_init(
ffi.Pointer<crypto_poly1305_ctx> ctx,
ffi.Pointer<ffi.Uint8> key,
);
@ffi.Native<
ffi.Void Function(ffi.Pointer<crypto_poly1305_ctx>, ffi.Pointer<ffi.Uint8>)
>()
external void crypto_poly1305_init(
ffi.Pointer<crypto_poly1305_ctx> ctx,
ffi.Pointer<ffi.Uint8> key,
);