Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
test_isogeny_walks.c File Reference
#include "test_declarations.h"
#include "test_utils.h"
#include "isogeny_walks.h"
Include dependency graph for test_isogeny_walks.c:

Go to the source code of this file.

Variables

MunitTest test_isogeny_walks []

Variable Documentation

◆ test_isogeny_walks

MunitTest test_isogeny_walks[]
Initial value:
= {
TEST_CASE(mul_by_small_constants),
TEST_CASE(degree_2),
TEST_CASE(trit_string),
TEST_CASE(degree_3),
TEST_CASE(degree_3_fp),
}
#define TEST_END
Definition test_utils.h:11
#define TEST_CASE(test_func)
Definition test_utils.h:19

Definition at line 301 of file test_isogeny_walks.c.

301 {
302 TEST_CASE(mul_by_small_constants),
303 TEST_CASE(degree_2),
304 TEST_CASE(trit_string),
305 TEST_CASE(degree_3),
306 TEST_CASE(degree_3_fp),
308};