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(), get_order3_points(), random_walk3(), and to_model().
get_order3_points | ( | A, | |
setup ) |
Definition at line 42 of file random_walks3.py.
Referenced by cgl_hash3().
isogeny3 | ( | alpha, | |
a1, | |||
a3 ) |
Definition at line 20 of file random_walks3.py.
Referenced by random_walk3().
random_walk3 | ( | a1, | |
a3, | |||
path, | |||
setup ) |
Definition at line 27 of file random_walks3.py.
References isogeny3().
Referenced by cgl_hash3().
to_model | ( | A, | |
xP ) |
Definition at line 13 of file random_walks3.py.
Referenced by cgl_hash3().