Wire Sysio Wire Sysion 1.0.0
|
#include <libff/algebra/curves/edwards/edwards_pp.hpp>
#include <libff/algebra/curves/mnt/mnt4/mnt4_pp.hpp>
#include <libff/algebra/curves/mnt/mnt6/mnt6_pp.hpp>
#include <libff/common/profiling.hpp>
#include <sstream>
#include <libff/algebra/curves/alt_bn128/alt_bn128_pp.hpp>
Go to the source code of this file.
Functions | |
template<typename GroupT > | |
void | test_mixed_add () |
template<typename GroupT > | |
void | test_group () |
template<typename GroupT > | |
void | test_mul_by_q () |
template<typename GroupT > | |
void | test_output () |
int | main (void) |
int main | ( | void | ) |
Definition at line 140 of file test_groups.cpp.
void test_group | ( | ) |
Definition at line 58 of file test_groups.cpp.
void test_mixed_add | ( | ) |
Definition at line 22 of file test_groups.cpp.
void test_mul_by_q | ( | ) |
Definition at line 117 of file test_groups.cpp.
void test_output | ( | ) |
Definition at line 124 of file test_groups.cpp.