[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/49: gnu: Add ghc-cryptonite.
From: |
Ricardo Wurmus |
Subject: |
38/49: gnu: Add ghc-cryptonite. |
Date: |
Thu, 10 Dec 2015 13:36:51 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit 2763952b9cf79c893d26a6a21ee2b260846af081
Author: Ricardo Wurmus <address@hidden>
Date: Fri Nov 27 13:35:24 2015 +0100
gnu: Add ghc-cryptonite.
* gnu/packages/haskell.scm (ghc-cryptonite): New variable.
---
gnu/packages/haskell.scm | 37 +++++++++++++++++++++++++++++++++++++
1 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index cee55d6..4ad2f8f 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5869,6 +5869,43 @@ when ASN1 pattern matching is not convenient.")
tasty.")
(license expat)))
+(define-public ghc-cryptonite
+ (package
+ (name "ghc-cryptonite")
+ (version "0.9")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://hackage.haskell.org/package/"
+ "cryptonite/cryptonite-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1h22x22lq2m8h456v5j50xm0l25bcm3h1pchsk83br909hjxql4z"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-memory" ,ghc-memory)
+ ("ghc-byteable" ,ghc-byteable)))
+ (native-inputs
+ `(("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)
+ ("ghc-tasty-hunit" ,ghc-tasty-hunit)
+ ("ghc-tasty-kat" ,ghc-tasty-kat)))
+ (home-page "https://github.com/haskell-crypto/cryptonite")
+ (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:
address@hidden information splitter} (AFIS).")
+ (license bsd-3)))
+
(define-public idris
(package
(name "idris")
- 33/49: gnu: Add ghc-pem., (continued)
- 33/49: gnu: Add ghc-pem., Ricardo Wurmus, 2015/12/10
- 30/49: gnu: Add ghc-http-client., Ricardo Wurmus, 2015/12/10
- 46/49: gnu: Add ghc-connection., Ricardo Wurmus, 2015/12/10
- 40/49: gnu: Add ghc-x509., Ricardo Wurmus, 2015/12/10
- 42/49: gnu: Add ghc-x509-validation., Ricardo Wurmus, 2015/12/10
- 49/49: gnu: python-biopython, python2-biopython: Update to 1.66., Ricardo Wurmus, 2015/12/10
- 48/49: gnu: Add ghc-pandoc., Ricardo Wurmus, 2015/12/10
- 39/49: gnu: Add ghc-memory., Ricardo Wurmus, 2015/12/10
- 45/49: gnu: Add ghc-socks., Ricardo Wurmus, 2015/12/10
- 47/49: gnu: Add ghc-http-client-tls., Ricardo Wurmus, 2015/12/10
- 38/49: gnu: Add ghc-cryptonite.,
Ricardo Wurmus <=
- 41/49: gnu: Add ghc-x509-store., Ricardo Wurmus, 2015/12/10
- 44/49: gnu: Add ghc-tls., Ricardo Wurmus, 2015/12/10