Skip to content
Failed

Changes

Summary

  1. Use current Ed25519 OID (details)
  2. Update URLs to HTTPS (details)
  3. Update license information in POM (details)
  4. Add license headers to all source code files (details)
  5. Use current Ed25519 OID for decoding too (details)
  6. Revert "Use current Ed25519 OID" (details)
  7. Revert "Use current Ed25519 OID for decoding too" (details)
  8. Update name (details)
Commit c11e9b7123aff60e234f9e95eec72f65aff9b553 by jim
Use current Ed25519 OID
Reference:
https://datatracker.ietf.org/doc/draft-ietf-curdle-pkix/?include_text=1
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPrivateKey.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPublicKey.java (diff)
Commit d060c734a15e5674924432cd28274322198f1a58 by str4d
Update URLs to HTTPS
The file was modifiedREADME.md (diff)
The file was modifiedLICENSE.txt (diff)
Commit bdb83654464ee271c49829d27d82a14020d82d09 by str4d
Update license information in POM
The file was modifiedpom.xml (diff)
Commit b475e23a13523292236cc15ee7c6ee0b1a7afab2 by str4d
Add license headers to all source code files
Closes #16
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPublicKey.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/bigint/BigIntegerScalarOps.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAEngine.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/bigint/BigIntegerFieldElement.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/Encoding.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/ScalarOps.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/ed25519/Ed25519ScalarOpsTest.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/Constants.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/bigint/BigIntegerFieldElementTest.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/ed25519/Ed25519FieldElementTest.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSAGenParameterSpec.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/ed25519/Ed25519FieldElement.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPrivateKey.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/bigint/BigIntegerScalarOpsTest.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/ed25519/Ed25519LittleEndianEncodingTest.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/FieldElement.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/bigint/BigIntegerLittleEndianEncoding.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpecTest.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSAParameterSpec.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/ed25519/Ed25519ScalarOps.java (diff)
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/math/ed25519/Ed25519LittleEndianEncoding.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/PrecomputationTestVectors.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSANamedCurveSpec.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpec.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/KeyFactory.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/Ed25519TestVectors.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/Utils.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/GroupElementTest.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAKey.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/EdDSAEngineTest.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/Field.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/KeyPairGenerator.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/UtilsTest.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/Curve.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/GroupElement.java (diff)
Commit a150eaff7f14062359d6870c9ec74ceb630b028d by str4d
Use current Ed25519 OID for decoding too
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPrivateKey.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPublicKey.java (diff)
Commit 1098634ee7becbf603dc600afaacb654e72c7c09 by str4d
Revert "Use current Ed25519 OID"
This reverts commit c11e9b7123aff60e234f9e95eec72f65aff9b553.
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPrivateKey.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPublicKey.java (diff)
Commit da966c7845f01901322d391e09d8c0eb20c886d1 by str4d
Revert "Use current Ed25519 OID for decoding too"
This reverts commit a150eaff7f14062359d6870c9ec74ceb630b028d.
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPublicKey.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPrivateKey.java (diff)
The file was modifiedpom.xml (diff)
The file was modifiedREADME.md (diff)