Skip to content
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

Implement Pornin's algorithm for Legendre symbol computation. #296

Merged
merged 29 commits into from
May 9, 2024
Merged

Conversation

dfaranha
Copy link
Contributor

@dfaranha dfaranha commented May 9, 2024

No description provided.

@dfaranha dfaranha merged commit 0646e4f into main May 9, 2024
70 checks passed
return;
}

RLC_TRY {

Check warning

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

A stack address (
source
) may be assigned to a non-local variable.
dv_null(t0);
dv_null(t1);

RLC_TRY {

Check warning

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

A stack address (
source
) may be assigned to a non-local variable.
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

Successfully merging this pull request may close these issues.

1 participant