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.
68 69 70 |
# File 'lib/sandal/sig/hs.rb', line 68 def initialize(key) super(512, key) end |