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