mirror of
https://github.com/bitcoin/bips.git
synced 2026-02-09 15:23:09 +00:00
BIP-374: mention secp256k1lab in BIP text
This commit is contained in:
parent
436a3dd1fa
commit
2b7f07986b
@ -116,6 +116,10 @@ This proposal is compatible with all older clients.
|
||||
== Test Vectors and Reference Code ==
|
||||
|
||||
A reference python implementation is included [https://github.com/bitcoin/bips/blob/master/bip-0374/reference.py here].
|
||||
It uses a vendored copy of the [https://github.com/secp256k1lab/secp256k1lab/ secp256k1lab] library at version 1.0.0
|
||||
(commit [https://github.com/secp256k1lab/secp256k1lab/commit/44dc4bd893b8f03e621585e3bf255253e0e0fbfb
|
||||
44dc4bd893b8f03e621585e3bf255253e0e0fbfb]).
|
||||
|
||||
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>.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user