update Gnark verifier to reflect all recent changes
Open
@veljkovranic is already working on this.
Since Feb 25, 2026.
- Dominant language
- Noir
- Stars
- 138
- Forks
- 47
- Avg merge
- 1d 34m
- Merged PRs (30d)
- 6
Description
- Transcript and IOPatterns are gone, we need to use narg_string and hints now
- New ZK algorithm implementation
- There is no WhirConfigHidingSpartan anymore
- MerkleTree is no longer in FullPath struct, needs to be consumed by walking over the verifier tree
- SHA256 is the TranscriptHash right now, we should be using Skyscraper2 for recursing
Also closing this https://github.com/worldfnd/provekit/issues/289 issue, since it is a duplicate
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.