You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Rust implementation of a circuit which verifies knowledge of $x, y, z, k$ such that, given $f(0) = x$ and $f(1) = y$, $f(k) = z$ (without exposing $k$, which would reveal the whole witness). Implementation is done with Halo2 (plonk(ish) arithmetization).
About
Rust Implementation of circuit for proving valid fibonacci sequence computation via PLONK arithmetization using Halo2