Skip to content

Commit 0f8725d

Browse files
committed
ChangeLog: Minor prettyfications
1 parent f6b1bff commit 0f8725d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ChangeLog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[next]
22

3-
* pk: Fix choice of the curve in ECC. (PR 63) Before this, the
3+
* pk: Fix choice of the curve in ECC (PR 63). Before this, the
44
curve chosen was ignored and the `ECC.generate()` would always
55
use the same one.
66

7-
* pk: Improve handling of CURVE25519 and CURVE448 in ECC.
7+
* pk: Improve handling of CURVE25519 and CURVE448 in ECC (PR 63).
88
* pk: ECDHClient and ECDHServer take an ECC key in `__init__()`.
99
* pk: Remove `to_ECDH_{client,server}` methods from ECC.
1010
* pk: Make key accessors public (and remove the private ones).
1111

1212
* docs: Resurrect gh-pages.
1313

1414
* *: Add typing information. The typing information is in an alpha
15-
stage, incomplete, and subject to change.
15+
stage, incomplete, and subject to change. We also welcome pull requests.
1616

1717
[2.1.0] - 2022-04-28
1818

0 commit comments

Comments
 (0)