aboutsummaryrefslogtreecommitdiff
path: root/contrib/testgen
diff options
context:
space:
mode:
authorsuper3 <me@super3.org>2013-10-15 23:14:30 -0400
committersuper3 <me@super3.org>2013-10-15 23:37:30 -0400
commit27e2d8bfb5678e79d956b9f1aa50c1b14177d748 (patch)
treea5eb2108ca9cc82af6f5e393608db80a456544cf /contrib/testgen
parentdd9bd863cfc52c17753c75a983ea49870e9b1c53 (diff)
downloadbitcoin-27e2d8bfb5678e79d956b9f1aa50c1b14177d748.tar.xz
Finished /Contrib Index. Standardized READMEs.
File and Link Fix.
Diffstat (limited to 'contrib/testgen')
-rw-r--r--contrib/testgen/README1
-rw-r--r--contrib/testgen/README.md8
2 files changed, 8 insertions, 1 deletions
diff --git a/contrib/testgen/README b/contrib/testgen/README
deleted file mode 100644
index 65a6db1c7c..0000000000
--- a/contrib/testgen/README
+++ /dev/null
@@ -1 +0,0 @@
-Utilities to generate test vectors for the data-driven Bitcoin tests.
diff --git a/contrib/testgen/README.md b/contrib/testgen/README.md
new file mode 100644
index 0000000000..83624f443a
--- /dev/null
+++ b/contrib/testgen/README.md
@@ -0,0 +1,8 @@
+### TestGen ###
+
+Utilities to generate test vectors for the data-driven Bitcoin tests.
+
+Usage:
+
+ gen_base58_test_vectors.py valid 50 > ../../src/test/data/base58_keys_valid.json
+ gen_base58_test_vectors.py invalid 50 > ../../src/test/data/base58_keys_invalid.json \ No newline at end of file