crypto_core_hsalsa20 method
int
crypto_core_hsalsa20(
- Pointer<
UnsignedChar> out, - Pointer<
UnsignedChar> in$, - Pointer<
UnsignedChar> k, - Pointer<
UnsignedChar> c,
Implementation
@pragma('vm:prefer-inline')
int crypto_core_hsalsa20(
_i1.Pointer<_i1.UnsignedChar> out,
_i1.Pointer<_i1.UnsignedChar> in$,
_i1.Pointer<_i1.UnsignedChar> k,
_i1.Pointer<_i1.UnsignedChar> c,
) => _i2.crypto_core_hsalsa20(out, in$, k, c);