flyingnobita / halo2-fibonacci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building a Fibonacci Circuit with Halo2

This is an attempt to build a circuit to verify Fibonacci series following 0xParc's halo2 Learning Group Video.

Build

cargo build

Run

cargo test -- --nocapture test_example1

Output the Circuit Layout to a PNG file

cargo test --all-features -- --nocapture plot_fibo1

About


Languages

Language:Rust 100.0%