-
Notifications
You must be signed in to change notification settings - Fork 114
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
Jacobi symbol computation #260
base: develop
Are you sure you want to change the base?
Conversation
Well, I've just introduced tommath-specific Jacobi symbol computation method usage, so the performance should improve. |
Of course. Done.
Agreed. The matrix-based testing is coming.
My bad. Forgot to do that. Fixed. (And in modular adaptor PR as well).
Nah, these are related algorithms, but they are not using each other. So we're stuck with this one.
Agreed. The documentation should be here. I'ill do that myself in quickbook. |
|
Oh. That makes things even better. I'ill reimplement the algorithm according to this paper. |
…ision into 30-jacobi-symbol
…ision into 30-jacobi-symbol
Resolves #170 and NilFoundation#30. Depends on #161 (not really with the functionality, but it serves the same purpose as modular adaptor does) and #143.