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