On Tue, Nov 12, 2002 at 12:45:19AM +0000, Matthew Toseland wrote: > On Wed, Nov 06, 2002 at 05:43:08AM -0500, harik at chaos.ao.net wrote: > > > > -4a0ab4f54f0c2d0fa49618d314952a1c52cc2271 > > > > ... is there an UnsignedBigInt() we could use to display these? > > Preferably with leading zeros so they're all the same length. > Where did you see these? The node fingerprints in Network Load all seem > to be positive.
It really just depends what type of object encapsulates the byte array (arrays aren't very nice objects, having instance specific equality and hashcodes). The "Network Load" page shows positive output since there the byte arrays are stored as FileNumbers (which is since it is backed by a DataObjectStore). In other places we use BigIntegers, which may put to string interpreted as two's compliment signed numbers. -- Oskar Sandberg oskar at freenetproject.org _______________________________________________ devl mailing list devl at freenetproject.org http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
