Bill Allombert on Wed, 14 Feb 2018 22:04:39 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
New ECPP interface |
Dear PARI developpers, Karim has merged ECPP with isprime. Now the following GP interface is provided: isprime(N): will use best algorithm given the size of N isprime(N,3): force use of ECPP primecert(N): return ECPP certificate primecert(N,1): return P-1 certificate (old isprime(P,1)) primecertexport(C): as previous ecppexport primecertisvalid(C): as previous ecppisvalid. Cheers, Bill.