Skip to content
Failed

Changes

Summary

  1. Add an Automatic-Module-Name entry (details)
  2. First version with immutable GroupElement.  Needs some fixing up of (details)
  3. Lazy init of -A (details)
  4. Updated a comment. (details)
  5. Fixed eager init of Aneg that was missed (details)
  6. Fix up some javadocs. (details)
  7. Fix javadoc generation so that packaging works (details)
  8. Fix javadoc generation (details)
  9. Force use of jdk8 for building. (details)
  10. Bump version to 0.3.0 (details)
  11. Adjust README and also define public constant in more Java-like style. (details)
  12. Further clean up and some additional unit tests. (details)
  13. Post-rebase clean up (details)
  14. Added more to README (details)
  15. Clean up some unnecessary changed lines. (details)
  16. Update contributors (details)
  17. Tidy up README (details)
  18. Test against Java 10 (details)
  19. Bump plugin versions (details)
  20. eddsa-0.3.0 (details)
Commit fefb1e7471621f10fdf6a1a02bb2fad3ccb547b8 by code
Add an Automatic-Module-Name entry
This adds an Automatic-Module-Name entry to the jar to give a stable
name that can be used in a "requires" clause in a JPMS module. The name
used is "net.i2p.crypto.eddsa" to match the symbolic name used in the
OSGi metadata.
The file was modifiedpom.xml (diff)
Commit 6d458bbb27592c7e8a7d8c5518184a222b124ae5 by rick.parker
First version with immutable GroupElement.  Needs some fixing up of
formatting, comments.  Maybe add test for precomputed.
The file was modifiedtest/net/i2p/crypto/eddsa/math/ConstantsTest.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/MathUtils.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/GroupElementTest.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/GroupElement.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/Curve.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java (diff)
Commit c8384d8cb0a554e10f9a2adb891afebb3c54b3e4 by rick.parker
Fixed eager init of Aneg that was missed
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/GroupElement.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/MathUtils.java (diff)
Commit 6980a7f0af2f3e8e6e7fe6426061834ca3116900 by rick.parker
Fix javadoc generation so that packaging works
The file was modifiedpom.xml (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPrivateKey.java (diff)
Commit 9224b8024a0a77c09240c3ee639f5315e0594677 by rick.parker
Fix javadoc generation
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPublicKey.java (diff)
Commit 1020139193ffadf34c3b90fd3b42d12a3fcd09e4 by rick.parker
Force use of jdk8 for building.
The file was addedjitpack.yml
The file was modifiedpom.xml (diff)
Commit ab9b743e0ceb94404cdfa5c8d5fe47f4574b3cae by rick.parker
Adjust README and also define public constant in more Java-like style.
The file was modifiedREADME.md (diff)
Commit 7eb3c57f02ebba35cb6b72b562c7fbd0f7ed2924 by rick.parker
Further clean up and some additional unit tests.
The file was modifiedsrc/net/i2p/crypto/eddsa/math/GroupElement.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPublicKey.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTableTest.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/MathUtils.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/GroupElementTest.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPrivateKey.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTableTest.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPublicKey.java (diff)
The file was modifiedREADME.md (diff)
Commit 5ab6cba5d96a585f5d6529e00680e028ee13a66a by rick.parker
Clean up some unnecessary changed lines.
The file was modifiedtest/net/i2p/crypto/eddsa/math/MathUtils.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/GroupElement.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/ConstantsTest.java (diff)
Commit 428d50003c3c190b847065e33e4a8fcac4b1f615 by str4d
Update contributors
The file was modifiedpom.xml (diff)
The file was modifiedREADME.md (diff)
Commit 5d0fd0263ae9688b6a9f7a4bd2c54e89cc8ace4b by str4d
Test against Java 10
The file was modified.travis.yml (diff)
Commit 5bf723980944abe379cf8760d4fdb44ee0d2ff0c by str4d
Bump plugin versions
The file was modifiedpom.xml (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSASecurityProvider.java (diff)