crypto_stream_xor method

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);