Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.571703375s

count: 32
Proof generation time: 12.891774042s

count: 64
Proof generation time: 28.686333084s

count: 128
Proof generation time: 54.064973208s
```