class JWT::JWA::HmacRbNaCl

def self.from_algorithm(algorithm)

def self.from_algorithm(algorithm)
  new(algorithm, ::RbNaCl::HMAC.const_get(algorithm.upcase.gsub('HS', 'SHA')))
end