# File lib/openid/cryptutil.rb, line 35
    def CryptUtil.sha1(text)
      return Digest::SHA1.digest(text)
    end