We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a3dbb commit 474fc90Copy full SHA for 474fc90
dixon.py
@@ -19,7 +19,6 @@ def primes(B):
19
for j in range(0,len(base)):
20
basej2N.append(pow(base[j],2,N))
21
22
- i2N = []
23
while i < N:
24
i2N = pow(i,2,N)
25
for k in range(0,len(base)):
0 commit comments