aboutsummaryrefslogtreecommitdiffstats
path: root/security/hs-SHA
Commit message (Collapse)AuthorAgeFilesLines
* - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")pgj2010-08-081-3/+3
| | | | Suggested by: admi3
* - Fix OPTIONS support for Cabal ports by introducingpgj2010-05-231-0/+2
| | | | | | | bsd.cabal.options.mk - Fix ports broken with non-default options Triggered by: Yuri Pankov <yuri.pankov@gmail.com>
* - Update to 1.4.1.1pgj2010-05-163-5/+32
| | | | - Import OPTIONS
* Introduce a new (and hopefully better) ports infrastructure for Haskell Cabalpgj2010-05-132-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.
* This Haskell library implements the SHA suite of message digestpgj2010-01-134-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