mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-23 07:15:30 +01:00
Merge pull request #1733 from andrewtoth/andrew/fix-formatting
BIP374: Fix link and formatting in reference section
This commit is contained in:
commit
27e1394895
1 changed files with 2 additions and 2 deletions
|
@ -115,8 +115,8 @@ This proposal is compatible with all older clients.
|
|||
|
||||
== Test Vectors and Reference Code ==
|
||||
|
||||
A reference python implementation is included [./bip-0374/reference.py here].
|
||||
Test vectors can be generated by running `./bip-0374/gen_test_vectors.py` which will produce a CSV file of random test vectors for both generating and verifying proofs. These can be run against the reference implementation with `./bip-0374/run_test_vectors.py`.
|
||||
A reference python implementation is included [https://github.com/bitcoin/bips/blob/master/bip-0374/reference.py here].
|
||||
Test vectors can be generated by running <code>./bip-0374/gen_test_vectors.py</code> which will produce a CSV file of random test vectors for both generating and verifying proofs. These can be run against the reference implementation with <code>./bip-0374/run_test_vectors.py</code>.
|
||||
|
||||
== Footnotes ==
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue