I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Aug 02, 2018
  2. Jul 31, 2018
  3. Jul 28, 2018
  4. Jul 27, 2018
  5. Jul 26, 2018
  6. Jul 23, 2018
  7. Jul 21, 2018
  8. Jul 19, 2018
  9. Jul 18, 2018
  10. Jul 16, 2018
  11. Jul 15, 2018
  12. Jul 14, 2018
  13. Jul 13, 2018
  14. Jul 11, 2018
  15. Jul 10, 2018
  16. Jul 08, 2018
  17. Jul 06, 2018
  18. Jul 05, 2018
  19. Jul 04, 2018
  20. Jul 01, 2018
    • zzz's avatar
      NTCP2: Adjust padding defaults and size calculation · a895bcc9
      zzz authored
      Rekey static after 30 days downtime
      a895bcc9
    • zzz's avatar
      EdDSA: Backport versions 0.2/0.3 from github: · eff0cac3
      zzz authored
      - Change key encoding to match curdle draft
      - Support key decoding based on curdle draft
      - Implement true constant-time cmov()
      - Add handling of X509Key-wrapped EdDSA keys (GitHub PR #47)
      - Clarify that KeyPairGenerator takes a key size, not strength
      - Javadocs
      GitHub PR #58:
      - Make GroupElement immutable by moving the pre-computed logic to the constructors,
        allowing the synchronized checking of whether the pre-computed logic had executed or not
        to be removed since it always has when it is used because those code paths
        are modified to request it at construction time.
      - This allows getNegativeA() to be lazy, and doesn't need volatile due to the immutability
        (and final fields - this is important part of the contract with the JVM memory model).
      - Remove synchronized contention from the named curve table get method.
      - Generally remove use of the named curve table get method with a constant curve name
        in hot code paths in favour of using a new static constant for the curve spec.
      Overall performance changes:
      - Keygen 46% faster
      - Signing 39% slower (due to cmov)
      - Verify 2% faster
      eff0cac3
  21. Jun 30, 2018
  22. Jun 28, 2018
  23. Jun 26, 2018
Loading