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