# File lib/openid/cryptutil.rb, line 95
    def CryptUtil.num_to_base64(l)
      return OpenID::Util.to_base64(num_to_binary(l))
    end