module JWT::Algos::HmacRbNaClFixed

def resolve_algorithm(algorithm)

def resolve_algorithm(algorithm)
  MAPPING.fetch(algorithm)
end