# File lib/openid/cryptutil.rb, line 36 def CryptUtil.hmac_sha256(key, text) return HMAC::SHA256.digest(key, text) end