Information for build libxeddsa-2.0.0^20240426gitd725c81-7.fc42

ID8221
Package Namelibxeddsa
Version2.0.0^20240426gitd725c81
Release7.fc42
Epoch
DraftFalse
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
StartedMon, 09 Jun 2025 16:29:01 UTC
CompletedMon, 09 Jun 2025 16:29:01 UTC
Tags
f42
RPMs
src
libxeddsa-2.0.0^20240426gitd725c81-7.fc42.src.rpm (info) (download)
noarch
libxeddsa-doc-2.0.0^20240426gitd725c81-7.fc42.noarch.rpm (info) (download)
riscv64
libxeddsa-2.0.0^20240426gitd725c81-7.fc42.riscv64.rpm (info) (download)
libxeddsa-devel-2.0.0^20240426gitd725c81-7.fc42.riscv64.rpm (info) (download)
libxeddsa-debuginfo-2.0.0^20240426gitd725c81-7.fc42.riscv64.rpm (info) (download)
libxeddsa-debugsource-2.0.0^20240426gitd725c81-7.fc42.riscv64.rpm (info) (download)
Changelog * Mon Jan 20 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0^20240426gitd725c81-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * 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