mirror of
https://github.com/bitcoin/bips.git
synced 2026-05-04 16:41:51 +00:00
BIP-0098: Fast Merkle Trees
This commit is contained in:
6
bip-0098/build.sh
Executable file
6
bip-0098/build.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
dot -Tpng -o node-variants.png node-variants.dot
|
||||
dot -Tpng -o skip-skip.png skip-skip.dot
|
||||
dot -Tpng -o traversal-example.png traversal-example.dot
|
||||
dot -Tpng -o unbalanced-hash-tree.png unbalanced-hash-tree.dot
|
||||
Reference in New Issue
Block a user