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

Dedupe CommitmentScheme::commit / CommitmentScheme::commit_slice #342

Open sragss opened 2 months ago

sragss commented 2 months ago

The commitment scheme can take a slice every time and where we currently call CS::commit(poly) -> CS::commit(poly.evals.ref())