We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0ea10 commit 5a37804Copy full SHA for 5a37804
2 files changed
coinlib/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 3.1.0
2
+
3
+- Add `.r` and `.s` getters to `SchnorrSignature` with a new `.fromRS`
4
+constructor. The underlying bytes for a BIP340 signature can be obtained via
5
+`.r.x` and `.s.data`.
6
+- Add `.xhex` convenience getter for `ECPublicKey`.
7
8
## 3.0.1
9
10
Fix `SchnorrInputSignature` not using SIGHASH_DEFAULT.
coinlib/pubspec.yaml
@@ -2,7 +2,7 @@ name: coinlib
description:
A straight-forward, modular library for Peercoin and other Satoshi-based UTXO
blockchains
-version: 3.0.1
+version: 3.1.0
repository: https://github.com/peercoin/coinlib
environment:
0 commit comments