Package ed25519-java: Information

    Source package: ed25519-java
    Version: 0.3.0-alt1_8jpp8
    Build time:  Jun 3, 2021, 11:00 PM in the task #273535
    Category: Development/Java
    Report package bug
    License: CC0
    Summary: Implementation of EdDSA (Ed25519) in Java
    Description: 
    This is an implementation of EdDSA in Java. Structurally, it
    is based on the ref10 implementation in SUPERCOP (see
    http://ed25519.cr.yp.to/software.html).
    
    There are two internal implementations:
    
    * A port of the radix-2^51 operations in ref10
      - fast and constant-time, but only useful for Ed25519.
    * A generic version using BigIntegers for calculation
      - a bit slower and not constant-time, but compatible
        with any EdDSA parameter specification.

    List of rpms provided by this srpm:
    ed25519-java (noarch)
    ed25519-java-javadoc (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. /proc
      2. /proc
      3. maven-local
      4. mvn(junit:junit)
      5. mvn(org.apache.felix:maven-bundle-plugin)
      6. mvn(org.hamcrest:hamcrest-all)
      7. rpm-build-java
      8. jpackage-1.8-compat

    Last changed


    June 3, 2021 Igor Vlasenko 0.3.0-alt1_8jpp8
    - jvm8 update
    July 13, 2019 Igor Vlasenko 0.3.0-alt1_3jpp8
    - new version