Class: Sandal::Sig::HS384
Overview
The HMAC-SHA384 signing algorithm.
Instance Attribute Summary
Attributes inherited from HS
Instance Method Summary collapse
-
#initialize(key) ⇒ HS384
constructor
Creates a new instance.
Methods inherited from HS
Constructor Details
#initialize(key) ⇒ HS384
Creates a new instance.
56 57 58 |
# File 'lib/sandal/sig/hs.rb', line 56 def initialize(key) super(384, key) end |