Skip to content
Failed

Changes

Summary

  1. Use the canonical name "Ed25519" in the named curve table (details)
  2. Update README (details)
  3. Fix HTML errors in JavaDocs (details)
  4. Add (commented-out) JavaDoc build flag required for Java 8u121 or later (details)
  5. Set JavaDoc encoding to UTF-8 (details)
  6. Fix JavaDoc warnings (details)
  7. Update disclaimer (details)
  8. Update contributors (details)
  9. eddsa-0.2.0 (details)
  10. Fix curve name list in JavaDoc for net.i2p.crypto.eddsa.spec package (details)
Commit 7dfc91cb7a4654110d25491bd4de1faefbada3bb by str4d
Use the canonical name "Ed25519" in the named curve table
Ref: https://tools.ietf.org/html/draft-ietf-curdle-pkix-04 section 8
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/EdDSAEngineTest.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/PrecomputationTestVectors.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPrivateKey.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/KeyPairGenerator.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/MathUtils.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/bigint/BigIntegerScalarOpsTest.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPublicKey.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/ConstantsTest.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpecTest.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/GroupElementTest.java (diff)
The file was modifiedREADME.md (diff)
Commit 6dae789b5fdd9ee2c102acac222e767feb4d48bb by str4d
Fix HTML errors in JavaDocs
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAEngine.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/ed25519/Ed25519FieldElement.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/ed25519/Ed25519LittleEndianEncoding.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/ed25519/Ed25519ScalarOps.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/GroupElement.java (diff)
Commit 00f224e0f3af9b019ef73eeae12f2734fb2e6b81 by str4d
Add (commented-out) JavaDoc build flag required for Java 8u121 or later
The file was modifiedpom.xml (diff)
Commit af08bc0385271f9dc1edccf1839afffafc316918 by str4d
Set JavaDoc encoding to UTF-8
The file was modifiedpom.xml (diff)
Commit 24a93206fe27c6a545de4cd8d38e1615a16c0f3f by str4d
Fix JavaDoc warnings
The file was modifiedsrc/net/i2p/crypto/eddsa/math/bigint/BigIntegerLittleEndianEncoding.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/Utils.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpec.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/GroupElement.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/Encoding.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/ScalarOps.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAEngine.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSAParameterSpec.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAKey.java (diff)
The file was modifiedREADME.md (diff)
Commit 309c816c339450a73bb252e98aa65187b3bde6ae by str4d
Update contributors
The file was modifiedpom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedREADME.md (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSASecurityProvider.java (diff)
Commit a176c92f997620c7904d6f2ce8c69235d93b617b by str4d
Fix curve name list in JavaDoc for net.i2p.crypto.eddsa.spec package
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/package.html (diff)