Skip to content

Commit

Permalink
Release 3.000
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrtj committed Sep 20, 2024
1 parent c2b77d4 commit a485cb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ Revision history for Perl extension Bitcoin::Crypto.

{{$NEXT}}

3.000 Fri Sep 20, 2024
[Improvements]
- the module will now reject unnormalized (high S) signatures while verifying
- module now internally uses libsecp256k1
- all ECDSA operations are now faster and more secure
- no longer needs Crypt::Perl to produce deterministic signatures
- requires installation of libsecp256k1 (will try to install with Alien)

2.007 Sun Aug 25, 2024
[Improvements]
- add predefined 'pepecoin' and 'pepecoin_testnet' networks (thanks @chromatic)
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = Bitcoin-Crypto
version = 2.007
version = 3.000
author = Bartosz Jarzyna <[email protected]>
license = Perl_5
copyright_holder = Bartosz Jarzyna
Expand Down

0 comments on commit a485cb5

Please sign in to comment.