Skip to content

Commit 474fc90

Browse files
authored
Update dixon.py
1 parent 18a3dbb commit 474fc90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dixon.py

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def primes(B):
1919
for j in range(0,len(base)):
2020
basej2N.append(pow(base[j],2,N))
2121

22-
i2N = []
2322
while i < N:
2423
i2N = pow(i,2,N)
2524
for k in range(0,len(base)):

0 commit comments

Comments
 (0)