File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ * Release 0.16.1 (12 Nov 2020)
2
+
3
+ New API:
4
+ `VerifyingKey.precompute()` supports `lazy` argument to delay precomputation
5
+ to the first time the key is used to verify a signature.
6
+
7
+ Doc fixes:
8
+ Documentation for the `VerifyingKey.precompute()` method.
9
+
10
+ Bug fix:
11
+ Make created signatures correct when the hash used is bigger than the curve
12
+ order bit size and the curve order is not a multiple of 8 (this affects
13
+ only users of custom curves or hashes with output larger than 512 bits).
14
+
15
+ Performance:
16
+ Speed up library load time by calculating the generator point multiplication
17
+ tables the first time the points are used, not when they are initialised.
18
+
19
+ Maintenance:
20
+ Include Python 3.9 in CI testing.
21
+ Test coverage for the `VerifyingKey.precompute()` method.
22
+ Small speed-ups for the test suite.
23
+
1
24
* Release 0.16.0 (27 Aug 2020)
2
25
3
26
New features:
You can’t perform that action at this time.
0 commit comments