Projects
jsj
infnoise-kmp
infnoise-kmp.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File infnoise-kmp.spec of Package infnoise-kmp
# # spec file for package infnoise-kmp # # Copyright (c) 2026 Stefan Botter <obs@botter.cc> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: infnoise-kmp Version: 0.3.3 Release: 0 Summary: Infinite Noise TRNG kernel module # FIXME: Select a correct license from https://github.com/openSUSE/spec-cleaner#spdx-licenses License: CC0-1.0 URL: https://github.com/leetronics/infnoise Source: https://github.com/leetronics/infnoise/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: %kernel_module_package_buildreqs BuildRequires: kernel-syms >= 2.6.20 %{?kernel_module_package:%kernel_module_package -n infnoise -p %name-preamble} %description The Infinite Noise TRNG is a USB key hardware true random number generator. It uses what I call a "Modular Entropy Multiplier" architecture (previously Infinite Noise Multiplier or FireBug). Besides being simple, low-cost, and fast, it is much easier to get right than other TRNGs. It naturally defends against influence from outside signals, such as radio interference and power supply noise, making it simple to build securely, without requiring an expert in analog design. Modular entropy multipliers produce a provable and easily measured level of entropy based on thermal noise, approximately equal to log2(K) per output bit, where K is a gain between 1 and 2 set by two resistors around an op-amp. A "health monitor" can track this and verify that the output entropy is within the expected range, which for the Infinite Noise TRNG described below is within 2% of log2(1.82). %package KMP Summary: Infinite Noise TRNG kernel module %description KMP The Infinite Noise TRNG is a USB key hardware true random number generator. It uses what I call a "Modular Entropy Multiplier" architecture (previously Infinite Noise Multiplier or FireBug). Besides being simple, low-cost, and fast, it is much easier to get right than other TRNGs. It naturally defends against influence from outside signals, such as radio interference and power supply noise, making it simple to build securely, without requiring an expert in analog design. Modular entropy multipliers produce a provable and easily measured level of entropy based on thermal noise, approximately equal to log2(K) per output bit, where K is a gain between 1 and 2 set by two resistors around an op-amp. A "health monitor" can track this and verify that the output entropy is within the expected range, which for the Infinite Noise TRNG described below is within 2% of log2(1.82). %prep echo %flavors_to_build %autosetup -n infnoise-%{version} -p1 %build cd software/kernel %if 0%{?sle_version} || 0%{?suse_version} < 1650 export KCFLAGS="-DSLE" %endif for flavor in %flavors_to_build; do cp -a . "../obj-$flavor/" pushd "../obj-$flavor/" make KDIR="/usr/src/linux-obj/%_target_cpu/$flavor" \ %{?_smp_mflags} popd done %install export INSTALL_MOD_PATH="%buildroot" for flavor in %flavors_to_build; do pushd "../obj-$flavor/" make KDIR="/usr/src/linux-obj/%_target_cpu/$flavor" \ modules_install popd done %check %files %license COPYING %doc ChangeLog README %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.