# File lib/openid/util.rb, line 128
    def Util.num_to_base64(l)
      return to_base64(num_to_str(l))
    end