Skip to content
Failed

Changes

Summary

  1. Load MathJax library in JavaDocs (details)
  2. Render all maths with MathJax (details)
  3. Turn back on failOnError for JavaDocs (details)
  4. Run fewer slow tests to prevent Travis from timing out (details)
  5. Revert "CURVE_ED25519_SHA512 should be a value that is a valid identifer (details)
  6. Use correct JCA format for Signature algorithm name (details)
  7. Add RFC 8032 name as alias (details)
  8. Make curve names case-inspecific (details)
  9. Update JavaDoc for net.i2p.crypto.eddsa.spec in light of #35 (details)
Commit c37dd965ddcf68195c03ed24acf0c9b2346ad297 by str4d
Load MathJax library in JavaDocs
The file was modifiedpom.xml (diff)
Commit caec68668067f0df72e95a51531523910b6df4bb by str4d
Render all maths with MathJax
The file was modifiedsrc/net/i2p/crypto/eddsa/math/package.html (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/ed25519/Ed25519LittleEndianEncoding.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/ScalarOps.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/Curve.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/ed25519/Ed25519ScalarOps.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/Encoding.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/bigint/BigIntegerLittleEndianEncoding.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/ed25519/package.html (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/FieldElement.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/GroupElement.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/ed25519/Ed25519FieldElement.java (diff)
Commit b412c6941abf88f5d0f88b442f0bae7b8cb0b99f by str4d
Turn back on failOnError for JavaDocs
The file was modifiedpom.xml (diff)
Commit be6fd02da37cad4d9835202d9fe753293b01dd53 by str4d
Run fewer slow tests to prevent Travis from timing out
The file was modifiedtest/net/i2p/crypto/eddsa/math/GroupElementTest.java (diff)
Commit 0e4d5bd80bc87fa788f720daf7f1feb1be2c7ece by str4d
Revert "CURVE_ED25519_SHA512 should be a value that is a valid identifer
(#1)"
This reverts commit abdee146c302e2e26976519de8b6413079960171.
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java (diff)
Commit f7d6ec884907a7691412b63f2c779b0589d2a3f6 by str4d
Use correct JCA format for Signature algorithm name
Closes #33.
The file was modifiedtest/net/i2p/crypto/eddsa/EdDSASecurityProviderTest.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSASecurityProvider.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAEngine.java (diff)
Commit c7f8d1ed92ebdb424e3d747fe5c8ce3780220328 by str4d
Add RFC 8032 name as alias
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java (diff)
Commit a0d50c15479a0f9cfe6129133f628a93ab2b5196 by str4d
Make curve names case-inspecific
The file was addedtest/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTableTest.java
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java (diff)
Commit 458212ce6c65a64a80aef54e4dc87babe08a0cf2 by str4d
Update JavaDoc for net.i2p.crypto.eddsa.spec in light of #35
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/package.html (diff)