Skip to content

2.2.0

Compare
Choose a tag to compare
@Synss Synss released this 07 Aug 10:00
· 212 commits to master since this release
  • pk: Fix choice of the curve in ECC (PR 63). Before this, the curve chosen was ignored and the ECC.generate() would always use the same one.
  • pk: Improve handling of CURVE25519 and CURVE448 in ECC (PR 63).
  • pk: ECDHClient and ECDHServer take an ECC key in __init__().
  • pk: Remove to_ECDH_{client,server} methods from ECC.
  • pk: Make key accessors public (and remove the private ones).