Let us walk on the 3-isogeny graph
|
Functions | |
Print_mult_dyn (plimbs) | |
rotate (l, x) | |
push () | |
pop () | |
PrintMontRedc (plimbs) | |
PrintMult (plimbs) | |
PrintAdd (plimbs) | |
PrintAddOdd (plimbs) | |
PrintAddAtEnd (plimbs) | |
PrintAddOddAtEnd (plimbs) | |
PrintSubOdd (plimbs) | |
PrintSub (plimbs) | |
Print_Assembly (plimbs) | |
main (argv) |
Variables | |
sefOfLimbs = set() | |
int | printOut = 0 |
int | prime = 0 |
main | ( | argv | ) |
Definition at line 1165 of file AsmKaratsubaRedc.py.
References if, main(), Print_Assembly(), and PrintMontRedc().
pop | ( | ) |
Definition at line 394 of file AsmKaratsubaRedc.py.
Referenced by PrintMult().
Print_Assembly | ( | plimbs | ) |
Definition at line 1067 of file AsmKaratsubaRedc.py.
References if, Print_Assembly(), Print_mult_dyn(), PrintAdd(), PrintAddAtEnd(), PrintAddOdd(), PrintAddOddAtEnd(), PrintMult(), PrintSub(), and PrintSubOdd().
Referenced by main(), and Print_Assembly().
Print_mult_dyn | ( | plimbs | ) |
Definition at line 14 of file AsmKaratsubaRedc.py.
References if.
Referenced by Print_Assembly().
PrintAdd | ( | plimbs | ) |
Definition at line 674 of file AsmKaratsubaRedc.py.
Referenced by Print_Assembly().
PrintAddAtEnd | ( | plimbs | ) |
Definition at line 741 of file AsmKaratsubaRedc.py.
Referenced by Print_Assembly().
PrintAddOdd | ( | plimbs | ) |
Definition at line 707 of file AsmKaratsubaRedc.py.
Referenced by Print_Assembly().
PrintAddOddAtEnd | ( | plimbs | ) |
Definition at line 775 of file AsmKaratsubaRedc.py.
Referenced by Print_Assembly().
PrintMontRedc | ( | plimbs | ) |
Definition at line 403 of file AsmKaratsubaRedc.py.
References if.
Referenced by main().
PrintMult | ( | plimbs | ) |
Definition at line 596 of file AsmKaratsubaRedc.py.
References if, pop(), push(), and rotate().
Referenced by Print_Assembly().
PrintSub | ( | plimbs | ) |
Definition at line 941 of file AsmKaratsubaRedc.py.
Referenced by Print_Assembly().
PrintSubOdd | ( | plimbs | ) |
Definition at line 815 of file AsmKaratsubaRedc.py.
Referenced by Print_Assembly().
push | ( | ) |
Definition at line 386 of file AsmKaratsubaRedc.py.
Referenced by PrintMult().
rotate | ( | l, | |
x ) |
Definition at line 383 of file AsmKaratsubaRedc.py.
Referenced by PrintMult().
int prime = 0 |
Definition at line 12 of file AsmKaratsubaRedc.py.
int printOut = 0 |
Definition at line 11 of file AsmKaratsubaRedc.py.
sefOfLimbs = set() |
Definition at line 10 of file AsmKaratsubaRedc.py.