Skip to content

Commit 9d5a727

Browse files
committed
release 0.16.1
1 parent 33d59da commit 9d5a727

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

NEWS

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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+
124
* Release 0.16.0 (27 Aug 2020)
225

326
New features:

0 commit comments

Comments
 (0)