class HMAC::SHA384
Public Class Methods
new(key = nil)
click to toggle source
Calls superclass method
# File lib/hmac-sha2.rb, line 13 def initialize(key = nil) super(Digest::SHA384, 128, 48, key) end