In Files

Parent

Methods

Class/Module Index [+]

Quicksearch

HMAC::MD5

Public Class Methods

new(key = nil) click to toggle source
# File lib/hmac-md5.rb, line 6
def initialize(key = nil)
  super(Digest::MD5, 64, 16, key)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.