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

Go to the source code of this file.

Variables

MunitTest test_fq []

Variable Documentation

◆ test_fq

MunitTest test_fq[]
Initial value:
= {
TEST_CASE(is_zero),
TEST_CASE(locate_zero),
TEST_CASE(linear_pass),
TEST_CASE(add_and_sub),
TEST_CASE(mul_and_sqr),
TEST_CASE(inv),
TEST_CASE(batchinv),
TEST_CASE(square_root_slow),
TEST_CASE(square_root_fast),
TEST_CASE(cube_root),
}
#define TEST_END
Definition test_utils.h:11
#define TEST_CASE(test_func)
Definition test_utils.h:19

Definition at line 339 of file test_fq.c.

339 {
340 TEST_CASE(is_zero),
341 TEST_CASE(locate_zero),
342 TEST_CASE(linear_pass),
343 TEST_CASE(add_and_sub),
344 TEST_CASE(mul_and_sqr),
345 TEST_CASE(inv),
346 TEST_CASE(batchinv),
347 TEST_CASE(square_root_slow),
348 TEST_CASE(square_root_fast),
349 TEST_CASE(cube_root),
351};