Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37042320
en ru br
ALT Linux repos
S:0.3.0-alt1_14jpp11

Group :: Development/Java
RPM: ed25519-java

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.3.0-alt1_14jpp11
Build date: 1 july 2022, 17:41 ( 90.9 weeks ago )
Size: 5.62 Mb

Home page:   https://github.com/str4d/ed25519-java

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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • ed25519-java
  • ed25519-java-javadoc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin