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

ID18648
Package Nameed25519-java
Version0.3.0
Release3.oc9
Epoch
Sourcegit+https://gitee.com/src-opencloudos-rpms/ed25519-java.git?.#22f35337f43818ccee08cc4da896b8627379f423
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 bydenisecheng
State complete
Volume DEFAULT
StartedMon, 08 Jan 2024 04:34:54 CST
CompletedMon, 08 Jan 2024 04:38:04 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
dist-oc9.0-compose
RPMs
src
ed25519-java-0.3.0-3.oc9.src.rpm (info) (download)
noarch
ed25519-java-0.3.0-3.oc9.noarch.rpm (info) (download)
ed25519-java-javadoc-0.3.0-3.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 * 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