Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.08 KB

File metadata and controls

62 lines (42 loc) · 1.08 KB

Release Notes

0.4.6

  • Bump dependencies
  • Add ed25519 support
  • Add x25519/ed25519 for CLI
  • Update documentation

0.4.5

  • Add homemade key pair: ecies.keys.PrivateKey and ecies.keys.PublicKey
  • Deprecate some functions in ecies.utils
  • Bump dependencies
  • Add x25519 support

0.4.4

  • Make eth-keys optional
  • Drop Python 3.8
  • Refactor utils
  • Revamp documentation
  • Bump dependencies

0.4.1 ~ 0.4.3

  • Bump dependencies
  • Support Python 3.12, 3.13

0.4.0

  • Drop Python 3.7
  • Revamp documentation
  • Add configuration and XChaCha20 as an optional encryption backend

0.3.1 ~ 0.3.13

  • Support Python 3.8, 3.9, 3.10, 3.11
  • Drop Python 3.5, 3.6
  • Bump dependencies
  • Update documentation

0.3.0

  • API change: use HKDF-sha256 to derive shared keys instead of sha256

0.2.0

  • API change: ecies.encrypt and ecies.decrypt now can take both hex str and raw bytes
  • Bump dependencies
  • Update documentation

0.1.1 ~ 0.1.9

  • Bump dependencies
  • Update documentation
  • Switch to Circle CI
  • Change license to MIT

0.1.0

  • First beta version release