nano-hmac: Bindings to OpenSSL HMAC.

[ bsd3, codec, library ] [ Propose Tags ]

Bindings to OpenSSL HMAC.


[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/search/label/nano-hmac
Uploaded by HiteshJasani at 2008-02-11T07:09:06Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 1973 total (6 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.2.0

[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.

The intent of the library is to be focused just on HMAC.

It is a working release and does pass the tests outlined in RFC's 2104 and 2202.


INSTALL

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


NOTES

You may encounter problems building the documentation if you're using
a version of haddock before version 2.0.0.0.


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.