Skip to content
Failed

Changes

Summary

  1. javadoc typo (details)
  2. Throw IllegalStateException instead of NPE if field not set (details)
  3. Add private key spec constructor for hash, update javadocs (details)
  4. Findbugs (details)
  5. Whitespace (details)
  6. Add Travis CI config (details)
  7. Add Travis CI badge (details)
  8. Skip GPG signing in Travis CI (details)
  9. Update name in bundle (details)
  10. Use POM defaults for bundle name and description (details)
  11. Use Java 8 for installing (details)
  12. Travis CI: Ensure that tests are compiled with the correct JDK (details)
  13. Add test for new EdDSAPrivateKeySpec constructor (details)
  14. Turn off test-skipping (details)
  15. Extract FieldElement tests into an abstract parent (details)
  16. Implement BigIntegerFieldElement tests (details)
  17. Add zzz to contributors (details)
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAEngine.java (diff)
Commit a48ee14cc68432fe43a87e879fd467a997396355 by str4d
Throw IllegalStateException instead of NPE if field not set
The file was modifiedsrc/net/i2p/crypto/eddsa/math/bigint/BigIntegerLittleEndianEncoding.java (diff)
Commit 78aabab17f3e2ff6c6c3163acc500e17d227c483 by str4d
Add private key spec constructor for hash, update javadocs
Closes #17
The file was modifiedsrc/net/i2p/crypto/eddsa/EdDSAPrivateKey.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSAParameterSpec.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpec.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/math/Constants.java (diff)
The file was modifiedsrc/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpec.java (diff)
Commit 12b9d907f08c7b117bf737d62cd5cd06b295c668 by str4d
Add Travis CI config
The file was added.travis.yml
Commit e14e5978918f63e76993962387456e3901af06b2 by str4d
Add Travis CI badge
The file was modifiedREADME.md (diff)
Commit 906e5de2baf0c9019875c8337684a84d3236c94c by str4d
Skip GPG signing in Travis CI
The file was modified.travis.yml (diff)
Commit be2ae5b7e80d46fa347733a7b330b0d08d013cac by str4d
Update name in bundle
The file was modifiedpom.xml (diff)
Commit d1f499955b0407214b4d1531411ba8be99fdfc45 by str4d
Use POM defaults for bundle name and description
The file was modifiedpom.xml (diff)
Commit f62ba315fe2d05bdb699a54cccf0f2f85d7c1273 by str4d
Use Java 8 for installing
The Maven Bundle Plugin depends on bndlib 3.0.0 which requires at least
Java 7.
The file was modified.travis.yml (diff)
Commit e8d863a07a98c485642122eb4a27616d5a9f7f8c by str4d
Travis CI: Ensure that tests are compiled with the correct JDK
The file was modified.travis.yml (diff)
Commit eb223932144696d758c8068c59409dc2d5ad9d43 by str4d
Add test for new EdDSAPrivateKeySpec constructor
The file was modifiedtest/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpecTest.java (diff)
Commit 65d144f027caf07357cca4f1ea70b0876b334509 by str4d
Turn off test-skipping
The file was modifiedpom.xml (diff)
Commit 39dfd51f85dcd5a1bf351ec38489178bd69a2cbf by str4d
Extract FieldElement tests into an abstract parent
The file was modifiedtest/net/i2p/crypto/eddsa/math/ed25519/Ed25519FieldElementTest.java (diff)
The file was addedtest/net/i2p/crypto/eddsa/math/AbstractFieldElementTest.java
Commit f7ad0481279285e2772b20c1e9e1f554bb8ccd77 by str4d
Implement BigIntegerFieldElement tests
The file was modifiedtest/net/i2p/crypto/eddsa/math/bigint/BigIntegerFieldElementTest.java (diff)
Commit 9c27708cc090b28f4a2a26d7231985c4956b3deb by str4d
Add zzz to contributors
The file was modifiedpom.xml (diff)