crypto_core_salsa208 method

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

Implementation

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