Skip to content

Commit 7d77f81

Browse files
committed
Remove unnecessary prover functions
1 parent 54b1b10 commit 7d77f81

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

std/machines/hash/keccakf32_memory.asm

-12
Original file line numberDiff line numberDiff line change
@@ -642,16 +642,4 @@ machine Keccakf32Memory(mem: Memory) with
642642
fe(((int(a_elem) >> bit_in_limb) & 0x1) ^ int(c_elem) ^ int(c_prime_elem))
643643
}));
644644

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-
657645
}

0 commit comments

Comments
 (0)