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