diff options
Diffstat (limited to 'haskell/haskell-cipher-aes/README')
-rw-r--r-- | haskell/haskell-cipher-aes/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-cipher-aes/README b/haskell/haskell-cipher-aes/README new file mode 100644 index 0000000000..6dd2bceea0 --- /dev/null +++ b/haskell/haskell-cipher-aes/README @@ -0,0 +1,8 @@ +Fast AES cipher implementation with advanced mode of operations. + +The modes of operations available are ECB (Electronic code book), +CBC (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext +stealing), GCM (Galois Counter Mode). + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |