2a3d75771e
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
14 lines
461 B
Text
14 lines
461 B
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/23 07:24:28 taca Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/History.txt
|
|
${GEM_LIBDIR}/Manifest.txt
|
|
${GEM_LIBDIR}/README.txt
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/lib/hmac-md5.rb
|
|
${GEM_LIBDIR}/lib/hmac-rmd160.rb
|
|
${GEM_LIBDIR}/lib/hmac-sha1.rb
|
|
${GEM_LIBDIR}/lib/hmac-sha2.rb
|
|
${GEM_LIBDIR}/lib/hmac.rb
|
|
${GEM_LIBDIR}/lib/ruby_hmac.rb
|
|
${GEM_LIBDIR}/test/test_hmac.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|