You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently implementing basic functions for number theory (done: Miller–Rabin test, Jacobi symbol, Shanks–Tonelli algorithm). My goal is to write an implementation of the SIQS for integer factorization, to be included in num-bigint.
The text was updated successfully, but these errors were encountered:
Before I create a pull request for my first additions: There are some pull requests that haven't been merged yet, but relevant to my code, e.g. primality testing #33. (When) will this happen? @cuviper If some of these changes would have been merged, I would adapt my code accordingly.
I'm currently implementing basic functions for number theory (done: Miller–Rabin test, Jacobi symbol, Shanks–Tonelli algorithm). My goal is to write an implementation of the SIQS for integer factorization, to be included in num-bigint.
The text was updated successfully, but these errors were encountered: