diff --git a/bip-DLEQ.mediawiki b/bip-DLEQ.mediawiki index 90de1e15..90c9cd18 100644 --- a/bip-DLEQ.mediawiki +++ b/bip-DLEQ.mediawiki @@ -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 ==