summaryrefslogtreecommitdiff
blob: a024e27be7a7b3545988fa121d46ea36ada0e674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		Public Key cryptography
		
		Supports RSA PKCS15, RSA OAEP, RSA PSS, DSA, ElGamal signature.
		
		Also have primitive support for Diffie Hellman, and ElGamal encryption
	</longdescription>
	<use>
		<flag name="benchmark">Build benchmarks.</flag>
	</use>
	<upstream>
		<remote-id type="github">vincenthz/hs-crypto-pubkey</remote-id>
	</upstream>
</pkgmetadata>