Skip to content

Commit 8497081

Browse files
Update to v2.0.2
1 parent bc59e5d commit 8497081

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Given a version number MAJOR.MINOR.PATCH, increment:
1414

1515
## [Unreleased]
1616

17+
## [2.0.2] - 2021-11-09
18+
### Fixed
19+
- Missing point at infinity checks on signature and public key verifications
20+
1721
## [2.0.1] - 2021-11-04
1822
### Fixed
1923
- Signature r and s range check

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
author="Stark Bank",
1919
author_email="[email protected]",
2020
keywords=["ecdsa", "elliptic curve", "elliptic", "curve", "stark bank", "starkbank", "cryptograph", "secp256k1", "prime256v1"],
21-
version="2.0.1"
21+
version="2.0.2"
2222
)
2323

2424

0 commit comments

Comments
 (0)