Releases: jonasroussel/dart_jsonwebtoken
Releases · jonasroussel/dart_jsonwebtoken
v1.6.2
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