[45955] in Cypherpunks

home help back first fref pref prev next nref lref last post

fun with rsaref and 64-bit machines

daemon@ATHENA.MIT.EDU (sameer)
Tue Dec 26 22:01:38 1995

From: sameer <sameer@c2.org>
To: cypherpunks@toad.com
Date: Tue, 26 Dec 1995 17:20:07 -0800 (PST)

	Does anyone know if RSAREF works on 64 bit CPUs? It seems
that RSAREF's NN_Mod is getting stuck in digit.c at:

99         */
100       while ((t[1] > 0) || ((t[1] == 0) && t[0] >= c)) {
101         if ((t[0] -= c) > (MAX_NN_DIGIT - c))
102           t[1]--;
103         aLow++;
104       }


	on a dec alpha..
-- 
sameer						Voice:   510-601-9777
Community ConneXion				FAX:     510-601-9734
The Internet Privacy Provider			Dialin:  510-658-6376
http://www.c2.org/ (or login as "guest")		sameer@c2.org

home help back first fref pref prev next nref lref last post