Skip to content

v2.0.0

Compare
Choose a tag to compare
@cdottori-stark cdottori-stark released this 08 Oct 15:11
· 18 commits to master since this release

Added

  • root imports: from ellipticcurve import PrivateKey, PublicKey, Signature, Ecdsa, File

Changed

  • return type of toDer() methods from str to bytes
  • internal DER parsing structure for better maintainability, translatability and usability