# File lib/openid/cryptutil.rb, line 100 def CryptUtil.base64_to_num(s) return binary_to_num(OpenID::Util.from_base64(s)) end