enricobottazzi / halo2-merkle-tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

halo2-merkle-tree

This repo includes a few chips and circuits that slowly towards a fully function merkle tree chip implementation in Halo2 with the Poseidon hash function.

Instruction

Compile the repo

cargo build

Run examples

cargo test -- --nocapture test

About


Languages

Language:Rust 100.0%