From c78e9472b91ad444c1b42ab54f8507a8b337ad7b Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Fri, 22 May 2015 18:35:27 +0100 Subject: [PATCH] improve cabal description --- cryptonite.cabal | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/cryptonite.cabal b/cryptonite.cabal index b2aa28e..d39fb29 100644 --- a/cryptonite.cabal +++ b/cryptonite.cabal @@ -1,7 +1,28 @@ Name: cryptonite Version: 0.0 -Synopsis: Crypto stuff -Description: cryptography +Synopsis: Cryptography Primitives sink +Description: + 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. License: BSD3 License-file: LICENSE Copyright: Vincent Hanquez