Skip to content

Rust Implementation of circuit for proving valid fibonacci sequence computation via PLONK arithmetization using Halo2

Notifications You must be signed in to change notification settings

no-secrets-dev/fib_circuit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fib_circuit

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages