mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
minor mods to README
This commit is contained in:
parent
3dd698f031
commit
d7aed4b74e
1 changed files with 6 additions and 3 deletions
|
@ -2,9 +2,12 @@ Extended Euclidean Algorithm
|
||||||
|
|
||||||
EEA Cycle Estimates
|
EEA Cycle Estimates
|
||||||
|
|
||||||
Main loop body: 25
|
Main loop body: 25 (N times)
|
||||||
swap_and_negate: 22
|
swap_and_negate: 22 (S times)
|
||||||
gf_degree: 10
|
gf_degree: 10 (twice per loop)
|
||||||
|
Number of Loops: N
|
||||||
|
|
||||||
|
\ext{Total Cycles} = N \times (25 + 2 \times 10) + S \times 22
|
||||||
|
|
||||||
Pseuo-Code
|
Pseuo-Code
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue