Wed, 15 May 2024 23:46:23 UTC | login

Information for build ed25519-java-0.1.0-4.fc28

ID35876
Package Nameed25519-java
Version0.1.0
Release4.fc28
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 bydavidlt
State complete
Volume DEFAULT
StartedThu, 07 Jun 2018 07:38:41 UTC
CompletedThu, 07 Jun 2018 07:38:41 UTC
Tags
f29
RPMs
src
ed25519-java-0.1.0-4.fc28.src.rpm (info) (download)
noarch
ed25519-java-0.1.0-4.fc28.noarch.rpm (info) (download)
ed25519-java-javadoc-0.1.0-4.fc28.noarch.rpm (info) (download)
Changelog * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * 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