Skip to content

Add baby-step giant-step discrete logarithm algorithm #18539

Add baby-step giant-step discrete logarithm algorithm

Add baby-step giant-step discrete logarithm algorithm #18539

Triggered via pull request August 3, 2026 20:32
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
ruff (W292): maths/baby_step_giant_step.py#L91
maths/baby_step_giant_step.py:91:22: W292 No newline at end of file help: Add trailing newline
ruff (EM102): maths/baby_step_giant_step.py#L84
maths/baby_step_giant_step.py:84:9: 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