summaryrefslogtreecommitdiff
path: root/dev-haskell/cryptonite/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-haskell/cryptonite/metadata.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-haskell/cryptonite/metadata.xml')
-rw-r--r--dev-haskell/cryptonite/metadata.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/dev-haskell/cryptonite/metadata.xml b/dev-haskell/cryptonite/metadata.xml
new file mode 100644
index 000000000000..2558232f1f8f
--- /dev/null
+++ b/dev-haskell/cryptonite/metadata.xml
@@ -0,0 +1,42 @@
+<?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>
+ A repository of cryptographic primitives.
+
+ * Symmetric ciphers: AES, DES, 3DES, Blowfish, Camellia, RC4, Salsa, ChaCha.
+
+ * Hash: SHA1, SHA2, SHA3, MD2, MD4, MD5, Kekkak, Skein, Ripemd, Tiger, Whirlpool
+
+ * MAC: HMAC, Poly1305
+
+ * Assymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Ed25519
+
+ * Key Derivation Function: PBKDF2, Scrypt
+
+ * Cryptographic Random generation: System Entropy, Deterministic Random Generator
+
+ * Data related: Anti-Forensic Information Splitter (AFIS)
+
+ If anything cryptographic related is missing from here, submit
+ a pull request to have it added. This package strive to be a
+ cryptographic kitchen sink that provides cryptography for everyone.
+
+ Evaluate the security related to your requirements before using.
+ </longdescription>
+ <use>
+ <flag name="support_aesni">allow compilation with AESNI on system and architecture that supports it</flag>
+ <flag name="support_rdrand">allow compilation with AESNI on system and architecture that supports it</flag>
+ <flag name="support_pclmuldq">Allow compilation with pclmuldq on architecture that supports it</flag>
+ <flag name="integer-gmp">Whether or not to use GMP for some functions</flag>
+ <flag name="support_deepseq">add deepseq instances for cryptographic types</flag>
+ <flag name="support_blake2_sse">Use SSE optimized version of BLAKE2</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">haskell-crypto/cryptonite</remote-id>
+ </upstream>
+</pkgmetadata>