Skip to content

Releases: jonasroussel/dart_jsonwebtoken

v1.6.2

03 Mar 16:52
Compare
Choose a tag to compare

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