17 lines
624 B
XML
17 lines
624 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>haskell</herd>
|
|
<longdescription>
|
|
A platform independent method to obtain cryptographically strong entropy
|
|
(RDRAND when available anywhere, urandom on nix, CryptAPI on Windows, patches welcome).
|
|
Users looking for cryptographically strong (number-theoretically
|
|
sound) PRNGs should see the 'DRBG' package too.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="halvm">Build for the HaLVM.</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">TomMD/entropy</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|