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