Wed, 15 May 2024 07:46:31 UTC | login

Information for build ed25519-java-0.1.0-3.fc27

ID2881
Package Nameed25519-java
Version0.1.0
Release3.fc27
Epoch
SummaryImplementation of EdDSA (Ed25519) in Java
DescriptionThis 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.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 19:53:03 UTC
CompletedSat, 14 Apr 2018 19:53:03 UTC
Tags
f28
f29
RPMs
src
ed25519-java-0.1.0-3.fc27.src.rpm (info) (download)
noarch
ed25519-java-0.1.0-3.fc27.noarch.rpm (info) (download)
ed25519-java-javadoc-0.1.0-3.fc27.noarch.rpm (info) (download)
Changelog * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Mar 18 2016 gil cattaneo <puntogil@libero.it> 0.1.0-1 - update to 0.1.0 * Sat Dec 05 2015 gil cattaneo <puntogil@libero.it> 0.0.1-0.1.SNAPSHOT - initial rpm