We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508a3db commit 36e9cfaCopy full SHA for 36e9cfa
NEWS
@@ -1,3 +1,12 @@
1
+* Release 0.11 (10 Mar 2014)
2
+
3
+Add signature-encoding functions "sigencode_{strings,string,der}_canonize"
4
+which canonicalize the S value (using the smaller of the two possible
5
+values). Add "validate_point=" argument to VerifyingKey.from_string()
6
+constructor (defaults to True) which can be used to disable time-consuming
7
+point validation when importing a pre-validated verifying key. Drop python2.5
8
+support (untested but not explicitly broken yet), update trove classifiers.
9
10
* Release 0.10 (23 Oct 2013)
11
12
Make the secp256k1 available in __init__.py too (thanks to Scott Bannert).
0 commit comments