From f1a0772d5fb17f4460bdf996e06bb0983cf7a530 Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 26 Aug 2016 02:39:26 -0400 Subject: Merge external cipher-cast5 code into this library. --- cipher-cast5.cabal.unmaintained | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 cipher-cast5.cabal.unmaintained (limited to 'cipher-cast5.cabal.unmaintained') diff --git a/cipher-cast5.cabal.unmaintained b/cipher-cast5.cabal.unmaintained new file mode 100644 index 0000000..917e925 --- /dev/null +++ b/cipher-cast5.cabal.unmaintained @@ -0,0 +1,25 @@ +-- Initial cipher-cast5.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: cipher-cast5 +version: 0.1.0.0 +-- synopsis: +-- description: +license: BSD3 +license-file: LICENSE +author: Joe Crayne +maintainer: joe@jerkface.net +-- copyright: +-- category: +build-type: Simple +cabal-version: >=1.8 + +library + exposed-modules: Crypto.Cipher.Feistel, Crypto.Cipher.Cast5, + Crypto.Cipher.SBox, Crypto.Cipher.ThomasToVincent + -- other-modules: + build-depends: base >= 4.5, bytestring >=0.9, binary >=0.5.1.0, cpu ==0.1.*, + vector >=0.9, crypto-api >=0.10.2, cereal >=0.3.0, + tagged >=0.4.2.1, template-haskell >=2.7, + ghc-prim >= 0.2, primitive >= 0.4, crypto-cipher-types, + byteable -- cgit v1.2.3