Fedora Packages

ed25519-java

Implementation of EdDSA (Ed25519) in Java

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.

Releases Overview

Release Stable Testing
Fedora Rawhide 0.3.0-21.fc41 -
Fedora 40 0.3.0-21.fc40 0.3.0-21.fc40
Fedora 39 0.3.0-18.fc39 -
Fedora 38 0.3.0-17.fc38 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at ed25519-java dash maintainers at fedoraproject dot org.



Sources on Pagure