a16z / jolt

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

Fix: Chaining Hashes in `sha2-chain` Example #329

Closed shreyas-londhe closed 2 months ago

shreyas-londhe commented 2 months ago

This PR fixes the chaining of hashes in the sha2-chain example.

sragss commented 2 months ago

Looks great. Could you run clippy? cargo clippy --fix

shreyas-londhe commented 2 months ago

Made the required changes!

moodlezoup commented 2 months ago

@shreyas-londhe clippy and cargo fmt are still failing, could you run cargo clippy --fix && cargo fmt?