Thu, 26 Jun 2025 22:45:43 CST | login

Information for build ed25519-java-0.3.0-5.oc9

ID33319
Package Nameed25519-java
Version0.3.0
Release5.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/ed25519-java.git?.#6ed208b9edbd510883398c7378d92b850a423f40
SummaryPure Java implementation of EdDSA
DescriptionThis is an implementation of EdDSA in Java. Structurally, it is based on the ref10 implementation in SUPERCOP (see https://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 bybbrucezhang
State complete
Volume DEFAULT
StartedTue, 22 Apr 2025 17:42:06 CST
CompletedTue, 22 Apr 2025 17:45:29 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/ed25519-java.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/ed25519-java.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
ed25519-java-0.3.0-5.oc9.src.rpm (info) (download)
noarch
ed25519-java-0.3.0-5.oc9.noarch.rpm (info) (download)
ed25519-java-javadoc-0.3.0-5.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.3.0-5 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.3.0-4 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.3.0-3 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.3.0-2 - Rebuilt for OpenCloudOS Stream 23.05 * Mon Apr 24 2023 Miaojun Dong <zoedong@tencent.com> - 0.3.0-1 - initial build