ABY Framework
1.0
Arithmetic Bool Yao Framework
|
ABYTest class implementation. More...
#include "abytest.h"
Functions | |
int | main (int argc, char **argv) |
bool | run_tests (e_role role, char *address, seclvl seclvl, uint32_t bitlen, uint32_t nvals, uint32_t nthreads, e_mt_gen_alg mt_alg, int32_t test_op, bool verbose) |
int32_t | test_standard_ops (test_ops_t *test_ops, ABYParty *party, uint32_t bitlen, uint32_t num_test_runs, uint32_t nops, e_role role, bool verbose) |
int32_t | test_vector_ops (test_ops_t *test_ops, ABYParty *party, uint32_t bitlen, uint32_t nvals, uint32_t num_test_runs, uint32_t nops, e_role role, bool verbose) |
int32_t | read_test_options (int32_t *argcp, char ***argvp, e_role *role, uint32_t *bitlen, uint32_t *nvals, uint32_t *secparam, string *address, uint16_t *port, int32_t *test_op, bool *verbose) |
ABYTest class implementation.