Skip to content

Releases: Warchant/ed25519-sha3-java

Fix failing test

17 Sep 16:04
Compare
Choose a tag to compare
2.0.1

Merge branch 'fix-test'

Bugfixes; introducing of Ed25519Sha3

17 Sep 15:37
Compare
Choose a tag to compare
  • 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

11 Aug 16:31
Compare
Choose a tag to compare
Update README

Signed-off-by: Bogdan Vaneev <warchantua@gmail.com>

Set provider name to EdDSA/SHA3

25 Jul 20:07
Compare
Choose a tag to compare
Add usage example to README

Signed-off-by: Bogdan Vaneev <warchantua@gmail.com>

Change EdDSAPublicKey.getEncoded logic

16 Jul 17:25
Compare
Choose a tag to compare

Previously it returned x509 encoded public key, now it returns raw public key (32 bytes).

1.2.0

24 Jun 21:49
e1da2e6
Compare
Choose a tag to compare
  • Ed25519Sha3 wrapper
  • refactor

Remove deprecated sun packages

18 Jun 22:10
7702d82
Compare
Choose a tag to compare
Merge pull request #2 from Warchant/feature/travis

Add more jdks, remove sun packages

Ed25519 With SHA3 stable

07 Jun 14:27
Compare
Choose a tag to compare
  • replace sha2 with sha3
  • replace mvn with gradle