Mon, 17 Jun 2024 11:14:58 UTC | login

Information for build monocypher-3.1.2-4.fc37

ID218054
Package Namemonocypher
Version3.1.2
Release4.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/monocypher.git#50f78b26b886049eacf3d1f00dec0b4b2b0f40a0
SummaryBoring crypto that simply works
DescriptionMonocypher is an easy to use cryptographic library. It provides functions for authenticated encryption, hashing, password hashing and key derivation, key exchange, and public key signatures. It is: - Small. Monocypher contains under 2000 lines of code, small enough to allow audits. The binaries can be under 50KB, small enough for many embedded targets. - Easy to deploy. Just add monocypher.c and monocypher.h to your project. They compile as C99 or C++ and are dedicated to the public domain (CC0-1.0, alternatively 2-clause BSD). - Portable. There are no dependencies, not even on libc. - Honest. The API is small, consistent, and cannot fail on correct input. - Direct. The abstractions are minimal. A developer with experience in applied cryptography can be productive in minutes. - Fast. The primitives are fast to begin with, and performance wasn't needlessly sacrificed. Monocypher holds up pretty well against Libsodium, despite being closer in size to TweetNaCl.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 08 Nov 2022 15:39:30 UTC
CompletedTue, 08 Nov 2022 17:05:15 UTC
Taskbuild (f37, /rpms/monocypher.git:50f78b26b886049eacf3d1f00dec0b4b2b0f40a0)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/monocypher.git#50f78b26b886049eacf3d1f00dec0b4b2b0f40a0'}}
Tags
f37
f38
RPMs
src
monocypher-3.1.2-4.fc37.src.rpm (info) (download)
riscv64
monocypher-3.1.2-4.fc37.riscv64.rpm (info) (download)
monocypher-devel-3.1.2-4.fc37.riscv64.rpm (info) (download)
monocypher-debuginfo-3.1.2-4.fc37.riscv64.rpm (info) (download)
monocypher-debugsource-3.1.2-4.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Mar 31 2021 Patrik Polakovič <patrik@alphamail.org> - 3.1.2-1 - Initial package.