jolt
jolt copied to clipboard
Add support for Zeromorph and/or HyperKZG commitments in addition to Hyrax
Zeromorph is described in this paper: https://eprint.iacr.org/2023/917. But it's very focused on hiding/zk, which is not an initial priority for Jolt.
HyperKZG is described and implemented here: https://github.com/microsoft/Nova/blob/main/src/provider/hyperkzg.rs
Switching to these commitment schemes will reduce verifier costs to logarithmic and slightly speed up the prover too.