Add note about generating and running test vectors

This commit is contained in:
Andrew Toth 2024-12-21 12:52:28 -05:00
parent 6b16952422
commit 1f875a3706
No known key found for this signature in database
GPG Key ID: 60007AFC8938B018

View File

@ -91,6 +91,7 @@ This proposal is compatible with all older clients.
== Test Vectors and Reference Code ==
A reference python implementation is included [./bip-DLEQ/reference.py here].
Test vectors can be generated by running `./bip-DLEQ/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-DLEQ/run_test_vectors.py`.
== Changelog ==