mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
fafb4796d3
Also, remove instructions which are redundant with the README
8 lines
315 B
Markdown
8 lines
315 B
Markdown
### TestGen ###
|
|
|
|
Utilities to generate test vectors for the data-driven Bitcoin tests.
|
|
|
|
To use inside a scripted-diff (or just execute directly):
|
|
|
|
./gen_key_io_test_vectors.py valid 70 > ../../src/test/data/key_io_valid.json
|
|
./gen_key_io_test_vectors.py invalid 70 > ../../src/test/data/key_io_invalid.json
|