# File lib/openid/cryptutil.rb, line 40
    def CryptUtil.sha256(text)
      return Digest::SHA256.digest(text)
    end