Implement Keccak transcript
- Dominant language
- Rust
- Stars
- 285
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
Implement the [Transcript](https://github.com/privacy-scaling-explorations/folding-schemes/tree/main/src/transcript) for Keccak.
For the use cases in which we don't need to replicate the transcript in-circuit, we can use the KeccakTranscript which will be more performant than the PoseidonTranscript.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the linked transcript implementation and the repository's existing PoseidonTranscript to understand the expected interface and behavior. Implement the KeccakTranscript for non-circuit use cases, then verify that its transcript operations match the established transcript contract and that the intended performance-oriented use case is supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cryptography
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100