diff options
author | Jon Atack <jon@atack.com> | 2024-05-14 01:59:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 01:59:40 -0700 |
commit | 96161aeaf5cef975974c04f9aaf98444f99a2515 (patch) | |
tree | 68d4de1b42ddeeb637c7522a7ae57ead5c33eda6 /bip-0327.mediawiki | |
parent | 911e710cbb09ec1b6576be961e389387319130df (diff) | |
parent | 508e3a6a40a6e73c73cbfa8a33aa18a2bc7b9d91 (diff) |
Merge pull request #1591 from siv2r/bip327-fix-verify-fail-vector
Fix the first two test vectors of verify fail test
Diffstat (limited to 'bip-0327.mediawiki')
-rw-r--r-- | bip-0327.mediawiki | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bip-0327.mediawiki b/bip-0327.mediawiki index b5600ab..4815f40 100644 --- a/bip-0327.mediawiki +++ b/bip-0327.mediawiki @@ -785,6 +785,8 @@ An exception to this rule is <code>MAJOR</code> version zero (0.y.z) which is fo The <code>MINOR</code> version is incremented whenever the inputs or the output of an algorithm changes in a backward-compatible way or new backward-compatible functionality is added. The <code>PATCH</code> version is incremented for other changes that are noteworthy (bug fixes, test vectors, important clarifications, etc.). +* '''1.0.1''' (2024-05-14): +** Fix minor issue in ''PartialSigVerify'' vectors. * '''1.0.0''' (2023-03-26): ** Number 327 was assigned to this BIP. * '''1.0.0-rc.4''' (2023-03-02): |