crypto_ipcrypt_ndx_encrypt method

void crypto_ipcrypt_ndx_encrypt(
  1. Pointer<UnsignedChar> out,
  2. Pointer<UnsignedChar> in$,
  3. Pointer<UnsignedChar> t,
  4. Pointer<UnsignedChar> k,
)

Implementation

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