blob: 5c6a186fdd0ce8aa316e3fe6ae32487387138b13 (
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>
<maintainer>
<email>haskell@gentoo.org</email>
</maintainer>
<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>
</pkgmetadata>
|