1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: infnoise
Section: utils
Priority: optional
Maintainer: Stephen Kitt <skitt@debian.org>
Build-Depends:
debhelper-compat (= 13),
libftdi-dev,
Standards-Version: 4.5.1
Homepage: https://github.com/13-37-org/infnoise
Vcs-Browser: https://salsa.debian.org/debian/infnoise
Vcs-Git: https://salsa.debian.org/debian/infnoise.git
Rules-Requires-Root: no
Package: infnoise
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Description: Infinite Noise TRNG driver and tools
This package contains the driver for the Infinite Noise True Random
Number Generator, enabling it automatically upon insertion and
allowing the entropy it generates to be added to the system's entropy
pool. It also includes the various tools available in the Infinite
Noise repository, including the health check tool.
|