Sat, 17 Jan 2026 16:48:58 CST | login

Information for build ed25519-java-0.3.0-3.ocs23

ID3560
Package Nameed25519-java
Version0.3.0
Release3.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/ed25519-java.git?.#0b636c4553eade210374f50fb3a0e994109b797c
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 bystreamkoji
State complete
Volume DEFAULT
StartedSat, 09 Sep 2023 09:11:15 CST
CompletedSat, 09 Sep 2023 09:14:06 CST
Taskbuild (dist-ocs23, /opencloudos-stream/ed25519-java.git:.:HEAD)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ed25519-java.git?.#HEAD'}}
Tags
dist-ocs23
RPMs
src
ed25519-java-0.3.0-3.ocs23.src.rpm (info) (download)
noarch
ed25519-java-0.3.0-3.ocs23.noarch.rpm (info) (download)
ed25519-java-javadoc-0.3.0-3.ocs23.noarch.rpm (info) (download)
Logs
noarch
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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