Init merkle-mountain-range

The MMR code is copy from https://github.com/nervosnetwork/ckb/pull/1598
This commit is contained in:
jjy
2019-09-19 16:23:58 +08:00
commit c1211d2ca9
17 changed files with 1065 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# 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