1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Merge pull request #1810 from jonatack/2025-04-bip340-url-fixup

BIP340: fix url to test-vectors.py
This commit is contained in:
Mark "Murch" Erhardt 2025-04-02 09:05:34 -07:00 committed by GitHub
commit 7bc88ba4e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -289,7 +289,7 @@ Blind Schnorr signatures could for example be used in [https://github.com/Elemen
For development and testing purposes, we provide a [[bip-0340/test-vectors.csv|collection of test vectors in CSV format]], For development and testing purposes, we provide a [[bip-0340/test-vectors.csv|collection of test vectors in CSV format]],
a naive, highly inefficient, and non-constant time [[bip-0340/reference.py|pure Python 3.7 reference implementation of the signing and verification algorithm]] a naive, highly inefficient, and non-constant time [[bip-0340/reference.py|pure Python 3.7 reference implementation of the signing and verification algorithm]]
as well as the [[bip340/test-vectors.py|script used to generate the test vectors]] as well as the [[bip-0340/test-vectors.py|script used to generate the test vectors]]
under the BSD-2-Clause License, or the MIT License, or CC0 1.0, at your choice. under the BSD-2-Clause License, or the MIT License, or CC0 1.0, at your choice.
The reference implementation is for demonstration purposes only and not to be used in production environments. The reference implementation is for demonstration purposes only and not to be used in production environments.