crypto_core_salsa20 method

int crypto_core_salsa20(
  1. Pointer<UnsignedChar> out,
  2. Pointer<UnsignedChar> in$,
  3. Pointer<UnsignedChar> k,
  4. Pointer<UnsignedChar> c,
)

Implementation

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