Skip to content

add functions for number theory, including (self-initializing) quadratic sieve #331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
TimoKellerMath opened this issue May 22, 2025 · 1 comment

Comments

@TimoKellerMath
Copy link

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.

@TimoKellerMath
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant