Releases: danubetech/key-formats-java
Releases · danubetech/key-formats-java
v1.2.0 key-formats-java
- feat: Better support for pairing-friendly curves. e3325439ad3ddfb
- fix: Fix public key byte encoding for secp256k1. 30390acde9871f3
v1.1.0 key-formats-java
- fix: Don't serialize null values in JWK. a071b4fea8a826c
- feat: Support for converting JWK to public key. 319835dd0827550
- feat: Experimental support for RSA keys. d081573c0ba8063
v1.0.0 key-formats-java
- fix: Correct implementation of ES256K signatures. 33723ba33ba5ce3
- feat: Support for additional curves and algorithms. 783089b10d18bf0
- Update methods for BBS+ operations. eabb20c5b8b10a5
- Ignore decoded fields when serializing to JSON. faaa9898bfbf2f6
- Correct BBS signing function. c4eb3b3aaf0dbaa
- Additional utility functions. d9449e489513260
- Parse JSON. d9c6d903d9b009a
- Remove nimbus 721614e955d8bd3
- Support for BLS keys. 962a1cb0f72b652
- use correct url for developerConnection 4e6c2fb54b7147c
v0.2.0 key-formats-java
- chore: Bump nimbus-jose-jwt to 9.0.1.
- chore: Use newer test framework.
- chore: Bump nimbus-jose-jwt to 8.14.1.
- chore: Bump bitcoinj to 0.15.8.
- chore: Bump bitcoinj to 0.15.8.
v0.1.1
-
chore: Package rename. 363b4aeaf5a2a3d
-
fix: Use newer version of nimbus-jose-jwt, and replace "P-256K" with "SECP256K1". 0ab2aeabfefc005
-
fix: Fix artifact name in pom.xml. e40460e26b372ff
v0.1.0
Git Changelog Maven plugin changelog
Changelog of key-format-java.
v0.1.0
-
Latest Release v0.1.0 e3bd8e9b57e1360
-
Added GitHub CI/CD config 9474e3299e95291
-
Added GitLab CI/CD config 3163dc362225f2b
-
Correctly convert ed25519/x25519 keys.
Signed-off-by: Markus Sabadello [email protected] 90cd5efc3c04587
- "Native" Ed25519 private keys also include the public key.