module JWT::Algos

def find(algorithm)

def find(algorithm)
  indexed[algorithm && algorithm.downcase]
end