mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ghc-cryptonite: Update description.
* gnu/packages/haskell.scm (ghc-cryptonite)[description]: Shorten overly technical package description.
This commit is contained in:
parent
e815c094f7
commit
16414017f3
1 changed files with 3 additions and 10 deletions
|
@ -5894,16 +5894,9 @@ (define-public ghc-cryptonite
|
||||||
(synopsis "Cryptography primitives")
|
(synopsis "Cryptography primitives")
|
||||||
(description
|
(description
|
||||||
"This package is a repository of cryptographic primitives for Haskell.
|
"This package is a repository of cryptographic primitives for Haskell.
|
||||||
It strives to be a cryptographic kitchen sink that provides cryptography for
|
It supports a wide range of symmetric ciphers, cryptographic hash functions,
|
||||||
everyone.
|
public key algorithms, key derivation numbers, cryptographic random number
|
||||||
|
generators, and more.")
|
||||||
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).")
|
|
||||||
(license bsd-3)))
|
(license bsd-3)))
|
||||||
|
|
||||||
(define-public ghc-memory
|
(define-public ghc-memory
|
||||||
|
|
Loading…
Reference in a new issue