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