mirror of
https://github.com/pezkuwichain/merkle-mountain-range.git
synced 2026-04-26 17:07:55 +00:00
c1211d2ca9
The MMR code is copy from https://github.com/nervosnetwork/ckb/pull/1598
9 lines
264 B
Markdown
9 lines
264 B
Markdown
# Merkle mountain range
|
|
|
|
A generalized merkle mountain range implementation.
|
|
|
|
## References
|
|
|
|
* https://github.com/mimblewimble/grin/blob/master/doc/mmr.md#structure
|
|
* https://github.com/opentimestamps/opentimestamps-server/blob/master/doc/merkle-mountain-range.md
|