a16z / jolt

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

use compressed PC value #202

Closed arasuarun closed 6 months ago

arasuarun commented 7 months ago

Uses the mapped PC value as input that is much smaller without the extra 0x80....00. This should lead to a noticeable decrease in commitment costs.

moodlezoup commented 6 months ago

Done in https://github.com/a16z/Lasso/pull/203