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