minor mods to README

This commit is contained in:
James Stine 2025-04-11 10:09:24 -05:00
parent 3dd698f031
commit d7aed4b74e

View file

@ -2,9 +2,12 @@ Extended Euclidean Algorithm
EEA Cycle Estimates
Main loop body: 25
swap_and_negate: 22
gf_degree: 10
Main loop body: 25 (N times)
swap_and_negate: 22 (S times)
gf_degree: 10 (twice per loop)
Number of Loops: N
\ext{Total Cycles} = N \times (25 + 2 \times 10) + S \times 22
Pseuo-Code