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