|
Let us walk on the 3-isogeny graph
|
Functions | |
| to_model (A, xP) | |
| isogeny3 (alpha, a1, a3) | |
| random_walk3 (a1, a3, path, setup) | |
| get_order3_points (A, setup) | |
| cgl_hash3 (message, setup, verbose=True) | |
| Charles-Goren-Lauter (CGL) Hash function concerning 3-isogeny walks. | |
| cgl_hash3 | ( | message, | |
| setup, | |||
verbose = True |
|||
| ) |
Charles-Goren-Lauter (CGL) Hash function concerning 3-isogeny walks.
Definition at line 81 of file random_walks3.py.
References assert(), i, and random_walk3().

| get_order3_points | ( | A, | |
| setup | |||
| ) |
Definition at line 42 of file random_walks3.py.
References i.
| isogeny3 | ( | alpha, | |
| a1, | |||
| a3 | |||
| ) |
Definition at line 20 of file random_walks3.py.
| random_walk3 | ( | a1, | |
| a3, | |||
| path, | |||
| setup | |||
| ) |
Definition at line 27 of file random_walks3.py.
References i.
Referenced by cgl_hash3().

| to_model | ( | A, | |
| xP | |||
| ) |
Definition at line 13 of file random_walks3.py.