We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b1b10 commit 7d77f81Copy full SHA for 7d77f81
std/machines/hash/keccakf32_memory.asm
@@ -642,16 +642,4 @@ machine Keccakf32Memory(mem: Memory) with
642
fe(((int(a_elem) >> bit_in_limb) & 0x1) ^ int(c_elem) ^ int(c_prime_elem))
643
}));
644
645
- // TODO: This hint is correct but not needed (the solver can figure this out).
646
- // We keep it here because it prevents the JIT solver from succeeding (because of the
647
- // use of `provide_value`), because it currently fails when compiling Rust code.
648
- // Once these issues are resolved, we can remove this hint.
649
- query |row| {
650
- std::prover::provide_value(
651
- a_prime_prime_0_0_bits[0],
652
- row,
653
- fe((int(eval(a_prime_prime[0]))) & 0x1)
654
- );
655
- };
656
-
657
}
0 commit comments