1
0
Fork 0
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:
Mark "Murch" Erhardt 2024-12-27 13:14:51 -05:00 committed by GitHub
commit 27e1394895
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ==