diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:57:12 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:16 +0700 |
commit | 76c3ddd02b7056d5604f494dd8a776bbd7433334 (patch) | |
tree | 6f2addc929908ec81ba54908842788cb8830a881 /haskell/haskell-cryptonite/README | |
parent | c516ae15480fa03213e97c9587c5d3dd6906cc19 (diff) |
haskell/haskell-cryptonite: Fix README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-cryptonite/README')
-rw-r--r-- | haskell/haskell-cryptonite/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-cryptonite/README b/haskell/haskell-cryptonite/README index d6fc52363d6d5..b4a1a67bbc54e 100644 --- a/haskell/haskell-cryptonite/README +++ b/haskell/haskell-cryptonite/README @@ -7,7 +7,7 @@ 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) +Data related: Anti-Forensic Information Splitter (AFIS) After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache |