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

Go to the source code of this file.

Variables

MunitTest test_fp []

Variable Documentation

◆ test_fp

MunitTest test_fp[]
Initial value:
= {
TEST_CASE(sample),
TEST_CASE(is_zero),
TEST_CASE(add_and_sub),
TEST_CASE(mul_and_sqr),
TEST_CASE(inv),
TEST_CASE(square_root),
TEST_CASE(cube_root),
}
#define TEST_END
Definition test_utils.h:11
#define TEST_CASE(test_func)
Definition test_utils.h:19

Test cases

Definition at line 254 of file test_fp.c.

254 {
255 TEST_CASE(sample),
256 TEST_CASE(is_zero),
257 TEST_CASE(add_and_sub),
258 TEST_CASE(mul_and_sqr),
259 TEST_CASE(inv),
260 TEST_CASE(square_root),
261 TEST_CASE(cube_root),
263};