ying tong 8662bb59bb Merge pull request #4 from icemelon/patch-range-check-ex-2
[range_check] Patch example_2
2022-06-22 04:33:32 -04:00
2022-06-22 04:32:12 -04: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 519 KiB
Languages
Rust 100%