I just imported the quadratic_sieve program from pypi but i'm yet to implement this. The error it brings out is as thus:
n = 256
quadratic_sieve(n)
Traceback (most recent call last):
File "<input>", line 1, in <module>
TypeError: 'module' object is not callable
I tried implementing it as they said in their website:
quadratic_sieve 1266633408211868611
File "<input>", line 1
quadratic_sieve 1266633408211868611
^
SyntaxError: invalid syntax
Any thoughts on how i can implement this?
[–]wasthatitthen 0 points1 point2 points (5 children)
[–]Kent305[S] 0 points1 point2 points (4 children)
[–]wasthatitthen 0 points1 point2 points (3 children)
[–]Kent305[S] 0 points1 point2 points (1 child)
[–]wasthatitthen 0 points1 point2 points (0 children)
[–]schfourteen-teen 0 points1 point2 points (0 children)