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