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