Skip to content

Releases: lc6chang/ecc-pycrypto

Release v2.1.0

27 Apr 15:51
14141b1
Compare
Choose a tag to compare

👍 What's New

  • Added a function to compute the shared secret using ECDH (#37).
  • Introduced functions for signing and verifying messages using ECDSA (#38).

Release v2.0.0

27 Apr 12:23
daa61e1
Compare
Choose a tag to compare

👍 Key Changes:

  • Code Refactor: The code has been restructured to improve stability, enhance design patterns, and simplify interfaces, resulting in a more robust and maintainable codebase.
  • Bug Fix: The neutral point for the TwistedEdwardsCurve is now correctly set to (0, 1) rather than using the infinity point, resolving previous issues in the curve operations.
  • Python Version Requirement: This release now requires Python 3.10 or higher to take advantage of the latest language features.

Release v1.0.1

12 Feb 13:49
eb8b8c1
Compare
Choose a tag to compare

Release v1.0.0

10 Nov 15:13
Compare
Choose a tag to compare

Release v1.0.0