aboutsummaryrefslogtreecommitdiff
path: root/security/hs-SHA
Commit message (Collapse)AuthorAgeFilesLines
* - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")Gabor Pali2010-08-081-3/+3
| | | | | | | Suggested by: admi3 Notes: svn path=/head/; revision=258910
* - Fix OPTIONS support for Cabal ports by introducingGabor Pali2010-05-221-0/+2
| | | | | | | | | | bsd.cabal.options.mk - Fix ports broken with non-default options Triggered by: Yuri Pankov <yuri.pankov@gmail.com> Notes: svn path=/head/; revision=254867
* - Update to 1.4.1.1Gabor Pali2010-05-153-5/+32
| | | | | | | - Import OPTIONS Notes: svn path=/head/; revision=254369
* Introduce a new (and hopefully better) ports infrastructure for Haskell CabalGabor Pali2010-05-122-73/+14
| | | | | | | | | ports which makes possible the direct translation of Cabal package descriptions to FreeBSD ports. It promises both easier addition and maintenance for Cabal-based ports. Notes: svn path=/head/; revision=254209
* This Haskell library implements the SHA suite of message digestGabor Pali2010-01-124-0/+105
functions, according to NIST FIPS 180-2 (with the SHA-224 addendum), as well as the SHA-based HMAC routines. The functions have been tested against most of the NIST and RFC test vectors for the various functions. While some attention has been paid to performance, these do not presently reach the speed of well-tuned libraries, like OpenSSL. WWW: http://hackage.haskell.org/package/SHA Notes: svn path=/head/; revision=247767