diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-07 15:34:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-08 08:22:31 +0700 |
commit | de82c016b7b19f2b65ea95e2a3bbb4827d086596 (patch) | |
tree | dbcb31c50fcffa6f9fe5334a28514b69cc084376 /haskell/haskell-cryptonite/slack-desc | |
parent | 6ae34b11c927ced1506fa4efe193ff8603d18c81 (diff) | |
download | slackbuilds-de82c016b7b19f2b65ea95e2a3bbb4827d086596.tar.gz |
haskell/haskell-cryptonite: Added (cryptographic primitives).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-cryptonite/slack-desc')
-rw-r--r-- | haskell/haskell-cryptonite/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-cryptonite/slack-desc b/haskell/haskell-cryptonite/slack-desc new file mode 100644 index 0000000000..4d1a01a821 --- /dev/null +++ b/haskell/haskell-cryptonite/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-cryptonite: haskell-cryptonite (repository of cryptographic primitives) +haskell-cryptonite: +haskell-cryptonite: Symmetric: AES, DES, 3DES, Blowfish, Camellia, RC4, Salsa, ChaCha. +haskell-cryptonite: Hash: SHA1, SHA2, SHA3, MD2, MD4, MD5, Keccak, Skein, Ripemd, Tiger, +haskell-cryptonite: Whirlpool, Blake2 +haskell-cryptonite: MAC: HMAC, Poly1305 +haskell-cryptonite: Asymmetric: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Ed25519 +haskell-cryptonite: Key Derivation Function: PBKDF2, Scrypt, HKDF +haskell-cryptonite: Random generation: System Entropy, Deterministic Random Generator +haskell-cryptonite: Data related: Anti-Forensic Information Splitter (AFIS) +haskell-cryptonite: |