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.