summaryrefslogtreecommitdiff
path: root/dev-haskell/rsa/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/rsa/metadata.xml')
-rw-r--r--dev-haskell/rsa/metadata.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-haskell/rsa/metadata.xml b/dev-haskell/rsa/metadata.xml
new file mode 100644
index 000000000000..72836dbae97d
--- /dev/null
+++ b/dev-haskell/rsa/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+ This library implements the RSA encryption and signature
+ algorithms for arbitrarily-sized ByteStrings. While the
+ implementations work, they are not necessarily the fastest ones
+ on the planet. Particularly key generation. The algorithms
+ included are based of RFC 3447, or the Public-Key Cryptography
+ Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).
+ </longdescription>
+</pkgmetadata>