You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, BaseFold is using its standalone transcript. This PR migrates
it to use Ceno. The changes include:
- Define several structures (e.g., `SumcheckProof`, `BaseFoldProof`) to
store the proof, which was originally stored in the transcript and
parsed by the verifier as byte array.
- Remove all the "read from transcript" methods as they become useless.
- Replace all the "read from transcript" logic from verifier by "read
from proof structure" then "write to transcript".
#30#160
Currently, BaseFold is using its standalone transcript. This PR migrates
it to use Ceno. The changes include:
- Define several structures (e.g., `SumcheckProof`, `BaseFoldProof`) to
store the proof, which was originally stored in the transcript and
parsed by the verifier as byte array.
- Remove all the "read from transcript" methods as they become useless.
- Replace all the "read from transcript" logic from verifier by "read
from proof structure" then "write to transcript".
#30#160
#66 (comment)
The text was updated successfully, but these errors were encountered: