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

Merge Fotiadis-Martindale curves with embedding degree 18. #283

Merged
merged 4 commits into from
Dec 9, 2023
Merged

Conversation

dfaranha
Copy link
Contributor

@dfaranha dfaranha commented Dec 9, 2023

No description provided.

* @param[out] c - the result.
* @param[in] a - the extension field element to exponentiate.
*/
void pp_exp_fm(fp18_t c, fp18_t a) {

Check warning

Code scanning / CodeQL

Poorly documented large function Warning

Poorly documented function: fewer than 2% comments for a function of 103 lines.
ep3_null(t4);
bn_null(x);

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.
fp18_null(t3);
fp18_null(t4);

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.
@dfaranha dfaranha merged commit 6a01d9a into main Dec 9, 2023
71 checks passed
@dfaranha dfaranha deleted the fm18 branch March 14, 2024 16:01
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