# File lib/openid/util.rb, line 22
    def Util.hmacSha1(key, text)
      HMAC::SHA1.digest(key, text)
    end