diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-12-10 14:39:17 +0100 |
---|---|---|
committer | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-12-10 14:40:18 +0100 |
commit | 16414017f30f944cfe964f1d9141bdcbf56be857 (patch) | |
tree | 4f0f26fa8893699208dfe8fd2e390aebedb4c323 | |
parent | e815c094f761e79fd09ac76da539d83b03306378 (diff) | |
download | patches-16414017f30f944cfe964f1d9141bdcbf56be857.tar patches-16414017f30f944cfe964f1d9141bdcbf56be857.tar.gz |
gnu: ghc-cryptonite: Update description.
* gnu/packages/haskell.scm (ghc-cryptonite)[description]: Shorten overly
technical package description.
-rw-r--r-- | gnu/packages/haskell.scm | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index c230c8737f..277bdebed0 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -5894,16 +5894,9 @@ tasty.") (synopsis "Cryptography primitives") (description "This package is a repository of cryptographic primitives for Haskell. -It strives to be a cryptographic kitchen sink that provides cryptography for -everyone. - -Supported symmetric ciphers: AES, DES, 3DES, Blowfish, Camellia, RC4, Salsa, -ChaCha; supported hash functions: SHA1, SHA2, SHA3, MD2, MD4, MD5, Keccak, -Skein, Ripemd, Tiger, Whirlpool, Blake2; MAC: HMAC, Poly1305; assymmetric -crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Ed25519; key derivation -functions: PBKDF2, Scrypt; cryptographic random number generation: system -entropy, deterministic random generator; data-related features: -@dfn{anti-forensic information splitter} (AFIS).") +It supports a wide range of symmetric ciphers, cryptographic hash functions, +public key algorithms, key derivation numbers, cryptographic random number +generators, and more.") (license bsd-3))) (define-public ghc-memory |