Question: (4) Use Lenstra's algorithm to find a proper factorisation of N = 978361, use the initial point P = (2, 5), A = 3. What
(4) Use Lenstra's algorithm to find a proper factorisation of N = 978361, use the initial point P = (2, 5), A = 3. What is B?. To compute the factorial multiples of P, use for j in [1..55]: P=j*P print(P) Keep increasing the range for j such as for j in [1..57]: until you get a factorial with an error.
(5) Use Lenstra's algorithm to find a proper factorisation of N = 978361. The Required work: the starting point P on the curve, Choice of your A, what is your computed B, first n where n!P breaks down, the resulting factor
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
