Codebase list libcryptx-perl / fc1af47
get rid of int32_t Karel Miko 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
8282 /* CZ TODO: choose better variable names! */
8383 mp_int Dz, gcd, Np1, Uz, Vz, U2mz, V2mz, Qmz, Q2mz, Qkdz, T1z, T2z, T3z, T4z, Q2kdz;
8484 /* CZ TODO: Some of them need the full 32 bit, hence the (temporary) exclusion of MP_8BIT */
85 int32_t D, Ds, J, sign, P, Q, r, s, u, Nbits;
85 int D, Ds, J, sign, P, Q, r, s, u, Nbits;
8686 int e;
8787 int isset;
8888