summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-cryptonite/README
diff options
context:
space:
mode:
author David Spencer2016-05-07 16:34:42 +0200
committer Willy Sudiarto Raharjo2016-05-08 03:22:31 +0200
commitde82c016b7b19f2b65ea95e2a3bbb4827d086596 (patch)
treedbcb31c50fcffa6f9fe5334a28514b69cc084376 /haskell/haskell-cryptonite/README
parent6ae34b11c927ced1506fa4efe193ff8603d18c81 (diff)
downloadslackbuilds-de82c016b7b19f2b65ea95e2a3bbb4827d086596.tar.gz
haskell/haskell-cryptonite: Added (cryptographic primitives).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-cryptonite/README')
-rw-r--r--haskell/haskell-cryptonite/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/haskell/haskell-cryptonite/README b/haskell/haskell-cryptonite/README
new file mode 100644
index 0000000000..d6fc52363d
--- /dev/null
+++ b/haskell/haskell-cryptonite/README
@@ -0,0 +1,13 @@
+A repository of cryptographic primitives
+
+Symmetric: AES, DES, 3DES, Blowfish, Camellia, RC4, Salsa, ChaCha.
+Hash: SHA1, SHA2, SHA3, MD2, MD4, MD5, Keccak, Skein, Ripemd, Tiger,
+ Whirlpool, Blake2
+MAC: HMAC, Poly1305
+Asymmetric: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Ed25519
+Key Derivation Function: PBKDF2, Scrypt, HKDF
+Random generation: System Entropy, Deterministic Random Generator
+Data related: Anti-Forensic Information Splitter (AFIS)
+
+After uninstalling, run this command to unregister the package from
+the ghc package database: ghc-pkg recache