nano-hmac: Bindings to OpenSSL HMAC.

[ bsd3, codec, library ] [ Propose Tags ]

Bindings to OpenSSL HMAC. Initially only supporting md5.


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
split-baseEnabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1, 0.2.0
Dependencies base, bytestring [details]
License BSD-3-Clause
Author Hitesh Jasani
Maintainer <hitesh.jasani@gmail.com>
Category Codec
Home page http://www.jasani.org/
Uploaded by HiteshJasani at 2008-02-07T21:54:22Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 1965 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for nano-hmac-0.1.1

[back to package description]
INTRO

nano-hmac follows in the footsteps of dons' nano-md5 library in an attempt
to create a minimal library that provides access to the HMAC capability
of OpenSSL.

This is an early access release so the only supported hashing function is
md5.  But it is a working release and does pass the tests outlined in
RFC 2104.


INSTALL

  % runhaskell Setup.lhs configure
  % runhaskell Setup.lhs build
  % runhaskell Setup.lhs haddock
  % sudo runhaskell Setup.lhs install


ACKNOWLEDGEMENTS

Many good ideas regarding implementation and testing have been borrowed
from Don Stewart's (dons) nano-md5 library.  Anything that is buggy or
doesn't make sense would be my own unique contribution.