a16z / jolt

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

Adds onchain transcript to the verifier #408

Closed aleph-v closed 3 months ago

aleph-v commented 3 months ago

Also adds some changes to the transcript which is in rust namely: changing the packing order for strings, switching from LE byte encodings for write or reads of transcript scalars, and fixing other smaller errors.