crypto_core_keccak1600_xor_bytes method

void crypto_core_keccak1600_xor_bytes(
  1. Pointer<crypto_core_keccak1600_state> state,
  2. Pointer<UnsignedChar> bytes,
  3. int offset,
  4. int length,
)

Implementation

@pragma('vm:prefer-inline')
void crypto_core_keccak1600_xor_bytes(
  _i1.Pointer<_i2.crypto_core_keccak1600_state> state,
  _i1.Pointer<_i1.UnsignedChar> bytes,
  int offset,
  int length,
) => _i2.crypto_core_keccak1600_xor_bytes(state, bytes, offset, length);