a16z / jolt

The simplest and most extensible zkVM. Fast and fully open source from a16z crypto and friends. ⚡
https://jolt.a16zcrypto.com
MIT License
619 stars 123 forks source link

refactor: fiat shamir additions #269

Closed sragss closed 4 months ago

sragss commented 4 months ago

Fiat shamirs all the commitments directly after creation. Replaces #261

At some point we should refactor the AppendToTranscript trait to reduce the number of labels hashed to make verifier cheaper + reduce implementation complexity. Definitely not a bottleneck for now.