summaryrefslogtreecommitdiff
blob: 7c276f275a7c4dd8843e9d15a4c3fe09d8ea35ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<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>