blob: c394a72d4dce24294a9fc19f20fa6efb4c826cf8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
The Jitter RNG provides a noise source using the CPU execution
timing jitter. It does not depend on any system resource other
than a high-resolution time stamp. It is a small-scale, yet
fast entropy source that is viable in almost all environments
and on a lot of CPU architectures.
</longdescription>
<upstream>
<remote-id type="github">smuellerDD/jitterentropy-library</remote-id>
</upstream>
</pkgmetadata>
|