Package ed25519-java: Information

    Source package: ed25519-java
    Version: 0.3.0-alt1_14jpp11
    Latest version according to Repology
    Build time:  Jul 2, 2022, 11:33 AM in the task #302993
    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

    ACL:
    Igor Vlasenko
    @everybody

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

    Last changed


    July 1, 2022 Igor Vlasenko 0.3.0-alt1_14jpp11
    - update
    June 13, 2022 Igor Vlasenko 0.3.0-alt1_8jpp11
    - java11 build
    June 3, 2021 Igor Vlasenko 0.3.0-alt1_8jpp8
    - jvm8 update