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

BIP340: fix url to test-vectors.py

This commit is contained in:
Jon Atack 2025-04-02 09:47:31 -06:00
parent 74eee4c353
commit 480921f66f

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.