# File lib/openid/cryptutil.rb, line 28
    def CryptUtil.hmac_sha1(key, text)
      return HMAC::SHA1.digest(key, text)
    end