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