crypto_poly1305_final function

  1. @Native<Void Function(Pointer<crypto_poly1305_ctx>, Pointer<Uint8>)>(ffi.Pointer<crypto_poly1305_ctx>, ffi.Pointer<ffi.Uint8>)>()
void crypto_poly1305_final(
  1. Pointer<crypto_poly1305_ctx> ctx,
  2. Pointer<Uint8> mac
)

Implementation

@ffi.Native<
  ffi.Void Function(ffi.Pointer<crypto_poly1305_ctx>, ffi.Pointer<ffi.Uint8>)
>()
external void crypto_poly1305_final(
  ffi.Pointer<crypto_poly1305_ctx> ctx,
  ffi.Pointer<ffi.Uint8> mac,
);