Add baby-step giant-step discrete logarithm algorithm #18541
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (EM102):
maths/baby_step_giant_step.py#L83
maths/baby_step_giant_step.py:83:22: EM102 Exception must not use an f-string literal, assign to variable first
help: Assign to variable; remove f-string literal
|
|
ruff (EM102):
maths/baby_step_giant_step.py#L64
maths/baby_step_giant_step.py:64:26: EM102 Exception must not use an f-string literal, assign to variable first
help: Assign to variable; remove f-string literal
|