crypto_secretbox_open_easy method

int crypto_secretbox_open_easy(
  1. Pointer<UnsignedChar> m,
  2. Pointer<UnsignedChar> c,
  3. int clen,
  4. Pointer<UnsignedChar> n,
  5. Pointer<UnsignedChar> k,
)

Implementation

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