crypto_box_curve25519xchacha20poly1305_seal_open method

int crypto_box_curve25519xchacha20poly1305_seal_open(
  1. Pointer<UnsignedChar> m,
  2. Pointer<UnsignedChar> c,
  3. int clen,
  4. Pointer<UnsignedChar> pk,
  5. Pointer<UnsignedChar> sk,
)

Implementation

@pragma('vm:prefer-inline')
int crypto_box_curve25519xchacha20poly1305_seal_open(
  _i1.Pointer<_i1.UnsignedChar> m,
  _i1.Pointer<_i1.UnsignedChar> c,
  int clen,
  _i1.Pointer<_i1.UnsignedChar> pk,
  _i1.Pointer<_i1.UnsignedChar> sk,
) => _i2.crypto_box_curve25519xchacha20poly1305_seal_open(m, c, clen, pk, sk);