mirror of
https://github.com/vacp2p/zk-explorations.git
synced 2026-01-09 22:07:57 -05:00
16 lines
237 B
Markdown
16 lines
237 B
Markdown
# plonky2-bench
|
|
|
|
[Poseidon hashing](https://www.poseidon-hash.info/) [circuit](./plonky2-bench/README.md) written in [Plonky2](https://github.com/mir-protocol/plonky2)
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
cargo build
|
|
```
|
|
|
|
Running
|
|
|
|
```bash
|
|
cargo bench
|
|
```
|