Wed, 15 May 2024 07:30:23 UTC | login

Information for build ed25519-java-0.3.0-8.fc33

ID171671
Package Nameed25519-java
Version0.3.0
Release8.fc33
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, 13 Aug 2020 12:00:42 UTC
CompletedThu, 13 Aug 2020 12:00:42 UTC
Tags
f33
f37
f38
RPMs
src
ed25519-java-0.3.0-8.fc33.src.rpm (info) (download)
noarch
ed25519-java-0.3.0-8.fc33.noarch.rpm (info) (download)
ed25519-java-javadoc-0.3.0-8.fc33.noarch.rpm (info) (download)
Changelog * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 0.3.0-7 - Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 * Fri Jun 26 2020 Roland Grunberg <rgrunber@redhat.com> - 0.3.0-6 - Set maven-javadoc-plugin source to 1.8 for Java 11 build. * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Dec 07 2018 Mat Booth <mat.booth@redhat.com> - 0.3.0-2 - Make dep on sun.security.x509 optional * Thu Nov 29 2018 Mat Booth <mat.booth@redhat.com> - 0.3.0-1 - Update to latest upstream release