This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
Replies: 1 comment 4 replies
-
So that would require using Rescue or another stark-friendly hash function for computing the commitments? Might be impractical at first, though needed if we want to integrate recursion. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is just one idea and actually while writing I realized it might not work.
The idea is that the verifier could use the right random coins (right values in the authentication paths for commitment openings) when checking
Air::evaluate_transition
on the ood evaluation frame. The problem could be on the prover's side. When you extend the trace, I'm afraid you need to take in count the degree of the hash function used for computing the random coins. and if the coins are really random it seems it might not work.Beta Was this translation helpful? Give feedback.
All reactions