Hamdi Tounsi (hamdi.tounsi@ati.tn)
Wed, 25 Mar 1998 09:25:08 -0500
sorry if this is trivial ...
how to convert a byte string (a big integer) like 0x59, 0x42, 0x10
(MSB) to a digits string like 5849616 suitable for ascii display
0x59*256^2 + 0x42*256 +0x10 = 5849616
the bignum libs i'm using doesn't have that :(
best regards
The following archive was created by hippie-mail 7.98617-22 on Fri Aug 21 1998 - 17:16:12 ADT