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

ID15965
Package Nameed25519-java
Version0.3.0
Release2.oc9
Epoch
Sourcegit+https://gitee.com/src-opencloudos-rpms/ed25519-java.git?.#90c7242b9580a280f51a76e2310cbc7068696f99
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
StartedWed, 20 Sep 2023 23:34:42 CST
CompletedWed, 20 Sep 2023 23:37:00 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-2.oc9.src.rpm (info) (download)
noarch
ed25519-java-0.3.0-2.oc9.noarch.rpm (info) (download)
ed25519-java-javadoc-0.3.0-2.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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