reg. #143 corrected translation of mpz_fdiv_q_2exp

This commit is contained in:
czurnieden 2018-12-30 22:09:12 +01:00
parent af29c51921
commit d65b6f40c0
1 changed files with 0 additions and 9 deletions

View File

@ -58,15 +58,6 @@ LBL_MPMULSI_ERR:
mp_clear(&t);
return err;
}
#include <unistd.h>
/*
static void ltm_print(const char *s, mp_int *a){
printf("%s",s);
mp_fwrite(a,10,stdout); fflush(stdout);
puts("\n");
fflush(stdout);
}
*/
/*
Strong Lucas-Selfridge test.
returns MP_YES if it is a strong L-S prime, MP_NO if it is composite