2022-11-17 10:47:20 -08:00
2022-11-17 10:47:20 -08:00
2022-06-14 12:16:09 -07:00
2022-06-16 14:04:13 -07:00
2022-06-16 14:04:13 -07:00
2022-06-21 13:36:23 -07:00

Halo2 Examples

This repo includes a few simple examples to illustrate how to write circuit in Halo2.

Instruction

Compile the repo

cargo build

Run examples

cargo test -- --nocapture test_example1
cargo test -- --nocapture test_example2
cargo test -- --nocapture test_example3

Plot the circuit layout

cargo test --all-features -- --nocapture plot_fibo1
cargo test --all-features -- --nocapture plot_fibo2
Description
No description provided
Readme 518 KiB
Languages
Rust 100%