BTCP-Rebase/contrib/testgen
Evan Klitzke 18740586ba Make base58 python contrib code work with python3 2018-03-28 09:20:42 -04:00
..
README.md Finished /Contrib Index. Standardized READMEs. 2013-10-15 23:37:30 -04:00
base58.py Make base58 python contrib code work with python3 2018-03-28 09:20:42 -04:00
gen_base58_test_vectors.py Make base58 python contrib code work with python3 2018-03-28 09:20:42 -04:00

README.md

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