Version: 4.2.5.1, Package name: hs-crypto-4.2.5.1 |
Maintained by: Matthias Kilian |
Master sites: |
Description This library collects together existing Haskell cryptographic functions and augments them so that they: + Have common type signatures. + Can be used with the standard mode and padding algorithms (in the case of block mode ciphers). This release contains: + DES, Blowfish, Cipher Block Chaining (CBC) mode, PKCS5 and nulls padding, SHA-1, MD5, RSA, OAEP, ASN.1, PKCS#8 |
Filesize: 55.15 KB |
Version History (View Complete History) |
|
2016-01-20 09:26:20 by Matthias Kilian | Files touched by this commit (40) |
Log message: Bump after ghc changes. |
2015-12-20 04:33:36 by Matthias Kilian | Files touched by this commit (9) |
Log message: Adjust MODGHC_PACKAGE_KEY. |
2015-09-20 12:29:22 by Matthias Kilian | Files touched by this commit (40) |
Log message: Set MODGHC_PACKAGE_KEY and adjust plist. |
2014-11-25 15:11:05 by Matthias Kilian | Files touched by this commit (56) |
Log message: Update dependencies and plists and bump. |
2011-04-23 14:24:04 by Matthias Kilian | Files touched by this commit (11) |
Log message: New distinfo after DIST_SUBDIR change in ghc.port.mk. |
2011-04-11 08:52:45 by Matthias Kilian | Files touched by this commit (4) |
Log message: Tweak dependencies and bump. |
2010-11-20 10:22:46 by Marc Espie | Files touched by this commit (296) |
Log message: new depends |
2010-10-28 07:53:51 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - regen plist after recent ghc.port.mk change - adjust @exec/@unexec accordingly "just go ahead" kili@ |
2010-07-17 07:43:37 by Matthias Kilian | Files touched by this commit (25) |
Log message: Add LIB_DEPENDS to RUN_DEPENDS. Switch to REVISION. Bump. |
2010-06-15 11:18:51 by Matthias Kilian | Files touched by this commit (33) |
Log message: Bump after ghc update. |
2010-06-06 04:06:45 by Matthias Kilian | Files touched by this commit (38) |
Log message: Bump after the stupid ABI changes in GHC. |
2010-05-19 09:58:23 by Matthias Kilian | Files touched by this commit (76) |
Log message: Silent register.sh/unregister.sh after the change to Cabal in ghc. Run unregister.sh with `--force'. |
2010-04-22 15:58:53 by Matthias Kilian | Files touched by this commit (3) |
Log message: Update to hs-crypto-4.2.1 |
2007-08-01 16:02:18 by Matthias Kilian | Files touched by this commit (1) |
Log message: Don't use runhaskell and unbreak for amd64. |
2007-07-21 11:21:33 by Matthias Kilian | Files touched by this commit (7) |
Log message: Update to 3.0.3 to make it build with ghc-6.6.1. |
2007-04-05 11:26:27 by Marc Espie | Files touched by this commit (815) |
Log message: more base64 checksums |
2006-11-20 06:07:20 by Marc Espie | Files touched by this commit (22) |
Log message: fix a few obviously wrong dependencies, and remove extra shells in ghc. |
2005-03-08 15:55:25 by Don Stewart | Files touched by this commit (1) |
Log message: Kill old GHC version string mentioned in plist. |
2005-01-05 10:26:49 by Christian Weisgerber | Files touched by this commit (129) |
Log message: SIZE |
2004-10-13 12:59:33 by Dan Harnett | Files touched by this commit (34) |
Log message: initial sweep for MESSAGE decoration removal; ok espie@ |
2004-09-15 12:36:03 by Marc Espie | Files touched by this commit (133) |
Log message: new plists. gnutls depends on lzo. |
2004-08-10 02:23:37 by Xavier Santolaria | Files touched by this commit (10) |
Log message: MODULES= lang/ghc |
2004-05-06 19:37:50 by Don Stewart | Files touched by this commit (4) |
Log message: Have hs-crypto register itself via the GHC package mechanism on pkg_add, and unregister itself on pkg_delete. Means the user has a more friendly Haskell library system. ok pvalchev@ |