a16z / jolt

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

Fix Sha2Chain Example #325

Closed sragss closed 5 months ago

sragss commented 5 months ago

Sha2Chain example does not chain the hashes, instead it computes the hash of the input repeatedly.

shreyas-londhe commented 5 months ago

Hi @sragss

I have fixed the example in this PR (https://github.com/a16z/jolt/pull/329). Please let me know if there are any issues in merging this.