Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rkdud007/sp1-merkle-tree
merkle tree program with SP1
https://github.com/rkdud007/sp1-merkle-tree
Last synced: 9 days ago
JSON representation
merkle tree program with SP1
- Host: GitHub
- URL: https://github.com/rkdud007/sp1-merkle-tree
- Owner: rkdud007
- Created: 2024-02-16T19:15:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-17T09:50:47.000Z (11 months ago)
- Last Synced: 2024-11-09T08:37:46.313Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 4.06 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# sp1-merkle-tree
This prgram gets element numbers as input, insert incrementally to keccak Merkle Tree, then generate the proof and verify all the elements.
## Speed
note: this is not from proper benchmark.
```
count: 16
Proof generation time: 4.571703375scount: 32
Proof generation time: 12.891774042scount: 64
Proof generation time: 28.686333084scount: 128
Proof generation time: 54.064973208s
```