Paul Jakma <[EMAIL PROTECTED]> wrote: > There is a GNU Multi-Precision library (GMP - LGPL), which might save > you some work. Though, it should be fairly easy to roll your own > multi-word integer arithmetic functions if needs be.
Which just seems to be a rewrite of the mp library found on Solaris (which is based on BSD code from the 1970s). I use this lib e.g. in order to implement RSA, but it is not the fastest way to go in case you only like to double the number of bits. Jörg -- EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin [EMAIL PROTECTED] (uni) [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org