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