Skip to content

Commit e89d859

Browse files
bip340: Add changelog
1 parent 98a96d5 commit e89d859

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bip-0340.mediawiki

+6
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,12 @@ Blind Schnorr signatures could for example be used in [https://github.com/Elemen
286286
For development and testing purposes, we provide a [[bip-0340/test-vectors.csv|collection of test vectors in CSV format]] and a naive, highly inefficient, and non-constant time [[bip-0340/reference.py|pure Python 3.7 reference implementation of the signing and verification algorithm]].
287287
The reference implementation is for demonstration purposes only and not to be used in production environments.
288288

289+
== Changelog ==
290+
291+
To help implementors understand updates to this BIP, we keep a list of substantial changes.
292+
293+
* 2022-08: Allow messages of arbitrary size
294+
289295
== Footnotes ==
290296

291297
<references />

0 commit comments

Comments
 (0)