Class: Sandal::Sig::HS256
Overview
The HMAC-SHA256 signing algorithm.
Constant Summary collapse
- NAME =
The JWA name of the algorithm.
"HS256"
Instance Attribute Summary
Attributes inherited from HS
Instance Method Summary collapse
-
#initialize(key) ⇒ HS256
constructor
Creates a new instance.