Merge from vendor branch TNF:
authortaca <taca>
Thu, 23 Sep 2010 07:24:28 +0000 (07:24 +0000)
committertaca <taca>
Thu, 23 Sep 2010 07:24:28 +0000 (07:24 +0000)
commit54458fdbd84cc5af2452a8570d677440f3021fef
treed0ddcbe5c3879f468549b66067bffc745a88c3bd
parent4d769c00ce2a48c22994cdbf0dd076b01defb01d
parente22135ec7322329149c5614b01c2182bdf634fd2
Merge from vendor branch TNF:
Importing security/ruby-hmac 0.4.0.

This module provides common interface to HMAC functionality. HMAC is a
kind of "Message Authentication Code" (MAC) algorithm whose standard
is documented in RFC2104. Namely, a MAC provides a way to check the
integrity of information transmitted over or stored in an unreliable
medium, based on a secret key.

Originally written by Daiki Ueno. Converted to a RubyGem by Geoffrey Grosenbach