Thu, 19 Sep 2024 17:25:11 UTC | login

Information for build libxeddsa-2.0.0^20240426gitd725c81-6.fc41

ID327647
Package Namelibxeddsa
Version2.0.0^20240426gitd725c81
Release6.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libxeddsa.git#ba09a9bc72894456e3bf9c6efe849fecacefaf00
SummaryToolkit around Curve25519 and Ed25519 key pairs
DescriptionAn implementation of XEdDSA, based on ref10 by Daniel J. Bernstein. XEdDSA is a signature scheme that utilizes the birational maps between Curve25519 and Ed25519 (defined in RFC 7748 on page 5) to create and verify digital signatures with Curve25519 keys. XEdDSA is also specified for Curve448/Ed448, which is not covered by this library. This library has a set of functions surrounding Curve25519 and Ed25519 key pairs, to make this library a toolset around both curves instead of just an implementation of XEdDSA.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 02 Aug 2024 06:42:44 UTC
CompletedFri, 02 Aug 2024 11:06:28 UTC
Taskbuild (f41, /rpms/libxeddsa.git:ba09a9bc72894456e3bf9c6efe849fecacefaf00)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libxeddsa.git#ba09a9bc72894456e3bf9c6efe849fecacefaf00'}}
Tags
f41
RPMs
src
libxeddsa-2.0.0^20240426gitd725c81-6.fc41.src.rpm (info) (download)
noarch
libxeddsa-doc-2.0.0^20240426gitd725c81-6.fc41.noarch.rpm (info) (download)
riscv64
libxeddsa-2.0.0^20240426gitd725c81-6.fc41.riscv64.rpm (info) (download)
libxeddsa-devel-2.0.0^20240426gitd725c81-6.fc41.riscv64.rpm (info) (download)
libxeddsa-debuginfo-2.0.0^20240426gitd725c81-6.fc41.riscv64.rpm (info) (download)
libxeddsa-debugsource-2.0.0^20240426gitd725c81-6.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0^20240426gitd725c81-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Apr 26 2024 Matthieu Saulnier <fantom@fedoraproject.org> - 2.0.0^20240426gitd725c81-5 - Package Review RHBZ#2227804: - Update git snapshot - Fix Version field and Release field - Fix license * Thu Aug 24 2023 Matthieu Saulnier <fantom@fedoraproject.org> - 2.0.0-4^20230824git1140086 - Package Review RHBZ#2227804: - Update git snapshot - Improve %description about ref10 library - Fix cmake flags in %build section - Cleanup %install section and remove useless comments - Fix filename in %files section * Wed Aug 02 2023 Matthieu Saulnier <fantom@fedoraproject.org> - 2.0.0-3^20230730git8ab957a - Package Review RHBZ#2227804: - Improve file ownership in doc subpackage - Add more comments about soname of the library * Tue Aug 01 2023 Matthieu Saulnier <fantom@fedoraproject.org> - 2.0.0-2^20230730git8ab957a - Package Review RHBZ#2227804: - Remove %cmake_install then manually install library file in %install section * Mon Jul 31 2023 Matthieu Saulnier <fantom@fedoraproject.org> - 2.0.0-1^20230730git8ab957a - Package Review RHBZ#2227804: - Initial packaging