summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2013-10-05 17:09:23 -0400
committerjoe <joe@jerkface.net>2013-10-05 17:09:23 -0400
commit78b807cd3ef4bf15277a1873cd6d8dcbf57e8d38 (patch)
tree75f291ca8a114270f3862f8bb653c4998f52fe5f
parent6a4abc1032cfe6ef2e6b8e21e1a8feb3b38dce16 (diff)
Hid Blowfish module
-rw-r--r--cipher-cast5.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/cipher-cast5.cabal b/cipher-cast5.cabal
index 6362e7b..0aa5107 100644
--- a/cipher-cast5.cabal
+++ b/cipher-cast5.cabal
@@ -16,8 +16,7 @@ cabal-version: >=1.8
16 16
17library 17library
18 exposed-modules: Crypto.Cipher.Feistel, Crypto.Cipher.Cast5, 18 exposed-modules: Crypto.Cipher.Feistel, Crypto.Cipher.Cast5,
19 Crypto.Cipher.Blowfish, Crypto.Cipher.SBox, 19 Crypto.Cipher.SBox, Crypto.Cipher.AES.Haskell
20 Crypto.Cipher.AES.Haskell
21 -- other-modules: 20 -- other-modules:
22 build-depends: base ==4.5.*, bytestring ==0.9.*, binary ==0.7.*, cpu ==0.1.*, 21 build-depends: base ==4.5.*, bytestring ==0.9.*, binary ==0.7.*, cpu ==0.1.*,
23 vector ==0.9.*, crypto-api ==0.12.*, cereal ==0.3.*, 22 vector ==0.9.*, crypto-api ==0.12.*, cereal ==0.3.*,