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

Refactor pairing+elliptic curve code, especially targeting the 192-bit security level. #292

Merged
merged 37 commits into from
Apr 1, 2024

Remove redundant code by moving function from FPX to GT.

911ed2a
Select commit
Loading
Failed to load commit list.
Merged

Refactor pairing+elliptic curve code, especially targeting the 192-bit security level. #292

Remove redundant code by moving function from FPX to GT.
911ed2a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Apr 1, 2024 in 8s

68 new alerts including 1 error

New alerts in code changed by this pull request

  • 1 error
  • 64 warnings
  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 421 in src/epx/relic_ep2_map.c

See this annotation in the file changed.

Code scanning / CodeQL

Declaration hides variable Note

Variable c2 hides another variable of the same name (on
line 254
).

Check notice on line 422 in src/epx/relic_ep2_map.c

See this annotation in the file changed.

Code scanning / CodeQL

Declaration hides variable Note

Variable c3 hides another variable of the same name (on
line 254
).

Check warning on line 371 in src/fpx/relic_fpx_cyc.c

See this annotation in the file changed.

Code scanning / CodeQL

Poorly documented large function Warning

Poorly documented function: fewer than 2% comments for a function of 101 lines.

Check warning on line 98 in src/ep/relic_ep_add.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 88 in src/ep/relic_ep_add.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 74 in src/ep/relic_ep_add.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 64 in src/ep/relic_ep_add.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 75 in src/ep/relic_ep_dbl.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 62 in src/ep/relic_ep_dbl.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 50 in src/ep/relic_ep_add.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 49 in src/ep/relic_ep_dbl.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 148 in src/ed/relic_ed_util.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 70 in src/ep/relic_ep_map.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 64 in src/ep/relic_ep_map.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 99 in src/epx/relic_ep2_add.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 89 in src/epx/relic_ep2_add.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 75 in src/epx/relic_ep2_add.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 65 in src/epx/relic_ep2_add.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 50 in src/epx/relic_ep2_cmp.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 51 in src/epx/relic_ep2_add.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 76 in src/epx/relic_ep2_dbl.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 63 in src/epx/relic_ep2_dbl.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 50 in src/epx/relic_ep2_dbl.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 299 in src/epx/relic_ep2_mul.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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

Check warning on line 128 in src/epx/relic_ep2_mul.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

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