We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31fef31 commit f03abf9Copy full SHA for f03abf9
1 file changed
NEWS
@@ -1,3 +1,10 @@
1
+* Release 0.8 (04 Oct 2011)
2
+
3
+Small API addition: accept a hashfunc= argument in the constructors for
4
+SigningKey and VerifyingKey. This makes it easier to write wrappers that e.g.
5
+use NIST256p and SHA256 without their obligating callers to pass
6
+hashfunc=sha256 in each time they call sign() or verify().
7
8
* Release 0.7 (28 Nov 2010)
9
10
Fix test failure against OpenSSL-1.0.0 (previous versions only worked against
0 commit comments