mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-19 03:24:50 -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
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue