summaryrefslogtreecommitdiff
path: root/bip-0098/build.sh
diff options
context:
space:
mode:
authorKarl-Johan Alm <karljohan-alm@garage.co.jp>2017-11-14 17:39:23 +0900
committerKarl-Johan Alm <karljohan-alm@garage.co.jp>2017-11-16 15:47:35 +0900
commite61b25087d56b99516b4e6045b8969b76da0cb4b (patch)
tree181ca17de96ad1e135e03c7e8a1761c4492eae20 /bip-0098/build.sh
parent5c48bcc5ae2a38d4b180abe2c5bc93e8ccdd0b78 (diff)
downloadbips-e61b25087d56b99516b4e6045b8969b76da0cb4b.tar.xz
BIP-0098: Fast Merkle Trees
Diffstat (limited to 'bip-0098/build.sh')
-rwxr-xr-xbip-0098/build.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bip-0098/build.sh b/bip-0098/build.sh
new file mode 100755
index 0000000..a8a3155
--- /dev/null
+++ b/bip-0098/build.sh
@@ -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