[Haskell-cafe] ANN: nano-hmac 0.2.0

Don Stewart dons at galois.com
Mon Feb 11 16:29:24 EST 2008


hitesh.jasani:
> nano-hmac provides bindings to OpenSSL's HMAC interface.  With this release the
> set of hashing functions supported is: MD5, SHA, SHA1, SHA224, SHA256, SHA384,
> SHA512.
> 
> If you're unfamiliar with HMAC's then you may want to check out the second link
> below where I explain a little bit about them in a blog entry.
> 
> The hackage pages mentioned that they're not running haddock 2.0, so I don't
> know if the docs will generate.  If not, you can see the docs online at the
> third link below.
> 
> * http://hackage.haskell.org/cgi-bin/hackage-scripts/package/nano-hmac-0.2.0
> * http://www.jasani.org/2008/02/nano-hmac-020-released.html
> * http://docs.jasani.org/nano-hmac/0.2.0/
> 
> Any and all comments/suggestions/criticisms/fortune-cookie-proverbs are welcome.
> 

Shall we merge nano-md5 into this lib, and deprecate nano-md5 itself?
Seems like a good time to consolidate, and produce a single openssl
binding.

-- Don


More information about the Haskell-Cafe mailing list