Base
# File lib/hmac-rmd160.rb, line 6 def initialize(key = nil) super(Digest::RMD160, 64, 20, key) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.