Skip to content
Failed

Changes

Summary

  1. Added EdDSASecurityProvider that can be registered in the JCE (details)
  2. CURVE_ED25519_SHA512 should be a value that is a valid identifer (#1) (details)
  3. Updated unit tests to use literal constant for curve name (details)
  4. Update curve name in JavaDoc package file (details)
  5. Add license header to provider (details)
  6. EdDSASecurityProvider tests (details)
  7. Update contributors (details)
Commit b918755a47d461bcb869c7d48bdc2184543ad48c by str4d
Added EdDSASecurityProvider that can be registered in the JCE
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPublicKey.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAKey.java (diff)
The file was addedsrc/net/i2p/crypto/eddsa/EdDSASecurityProvider.java
The file was modifiedpom.xml (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPrivateKey.java (diff)
Commit abdee146c302e2e26976519de8b6413079960171 by str4d
CURVE_ED25519_SHA512 should be a value that is a valid identifer (#1)
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java (diff)
Commit 383acf799c01a3908961888310fe8122faf7e39d by str4d
Updated unit tests to use literal constant for curve name
The file was modifiedtest/net/i2p/crypto/eddsa/math/MathUtils.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/ConstantsTest.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/EdDSAEngineTest.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/GroupElementTest.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/PrecomputationTestVectors.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpecTest.java (diff)
The file was modifiedtest/net/i2p/crypto/eddsa/math/bigint/BigIntegerScalarOpsTest.java (diff)
Commit 8a2dc8572717521012b571be7a81f92114e5df93 by str4d
Update curve name in JavaDoc package file
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/package.html (diff)
Commit e0c35afd7bb65f3ce4ea69ae60b85ceda788e4cc by str4d
Add license header to provider
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSASecurityProvider.java (diff)
Commit 23ff20da982076f83fdbcf058dd4219e921bc61a by str4d
EdDSASecurityProvider tests
The file was addedtest/net/i2p/crypto/eddsa/EdDSASecurityProviderTest.java
Commit 3684cad905ad2b4484bac2df098480e07199c950 by str4d
Update contributors
The file was modifiedpom.xml (diff)