pluto / web-prover-circuits

Circuits for Pluto's `web-prover`
Apache License 2.0
12 stars 0 forks source link

perf: partial hashing #37

Closed Autoparallel closed 2 weeks ago

Autoparallel commented 3 weeks ago

Question

Can we do something where we hash, say, only the actual body of the HTTP, this way we can just pass in this body into the JSON. Then we could use smaller JSON circuits.

Likewise, we could do the same with JSON so we can again use smaller circuits each time we extract.

Autoparallel commented 2 weeks ago

Closed by #46