2013-08-26 08:09:50 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-09-11 18:04:20 +03:00
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
2013-08-26 08:09:50 +04:00
|
|
|
<pkgmetadata>
|
2016-01-25 16:13:40 +03:00
|
|
|
<maintainer type="project">
|
|
|
|
<email>haskell@gentoo.org</email>
|
|
|
|
<name>Gentoo Haskell</name>
|
|
|
|
</maintainer>
|
2013-08-26 08:09:50 +04:00
|
|
|
<longdescription>
|
|
|
|
A platform independent method to obtain cryptographically strong entropy
|
2014-07-02 13:14:42 +04:00
|
|
|
(RDRAND when available anywhere, urandom on nix, CryptAPI on Windows, patches welcome).
|
2013-08-26 08:09:50 +04:00
|
|
|
Users looking for cryptographically strong (number-theoretically
|
2015-06-06 17:31:18 +03:00
|
|
|
sound) PRNGs should see the 'DRBG' package too.
|
2013-08-26 08:09:50 +04:00
|
|
|
</longdescription>
|
2015-06-06 17:31:18 +03:00
|
|
|
<use>
|
|
|
|
<flag name="halvm">Build for the HaLVM.</flag>
|
|
|
|
</use>
|
|
|
|
<upstream>
|
|
|
|
<remote-id type="github">TomMD/entropy</remote-id>
|
|
|
|
</upstream>
|
2013-08-26 08:09:50 +04:00
|
|
|
</pkgmetadata>
|