# File lib/hmac-sha1.rb, line 6
def
initialize
(
key
=
nil
)
super
(
Digest
::
SHA1
,
64
,
20
,
key
)
end