Base
# File lib/hmac-sha2.rb, line 6 def initialize(key = nil) super(Digest::SHA256, 64, 32, key) end