Skip to content

v1.6.2

Compare
Choose a tag to compare
@jonasroussel jonasroussel released this 03 Mar 16:52

1.6.2

  • Adding analysis_options.yaml to work with pedantic during development

1.6.1

  • Formating for 'static analysis'

1.6.0

  • New ECDSA Algorithm (EC256, EC384, EC512)
  • ECPrivateKey and ECPublicKey, two new keys for ECDSA algorithm
  • PrivateKey is renamed in RSAPrivateKey
  • PublicKey is renamed in RSAPublicKey
  • Optimization of private & public keys parsing
  • rsa_pkcs & cryptography have been removed