Releases: Warchant/ed25519-sha3-java
Releases · Warchant/ed25519-sha3-java
Fix failing test
Bugfixes; introducing of Ed25519Sha3
- get rid of x509 encoding. getEncoded now returns bytes of public and private keys
- write a test for Ed25519Sha3 - this class is a recommended way of using this library
- applied google codestyle
- optimized imports and reduced number of issues according to codacty
Set KeyPairGenerator algorithm name to EdDSA/SHA3
Update README Signed-off-by: Bogdan Vaneev <warchantua@gmail.com>
Set provider name to EdDSA/SHA3
Add usage example to README Signed-off-by: Bogdan Vaneev <warchantua@gmail.com>
Change EdDSAPublicKey.getEncoded logic
Previously it returned x509 encoded public key, now it returns raw public key (32 bytes).
1.2.0
Remove deprecated sun packages
Merge pull request #2 from Warchant/feature/travis Add more jdks, remove sun packages
Ed25519 With SHA3 stable
- replace sha2 with sha3
- replace mvn with gradle