![]() |
emp-toolkit
|
#include <emp-tool/emp-tool.h>
#include "input-validity/iv.h"
#include "bench/bench_input-check.h"
#include <iomanip>
Functions | |
void | compute (Bit *res, Bit *in, Bit *in2) |
double | bench_sha1 () |
double | bench_sha2 () |
double | bench_aes () |
double | bench_add () |
int | main (int argc, char **argv) |
Variables | |
const string | circuit_file_location = macro_xstr(EMP_CIRCUIT_PATH) |
int | port |
int | party |
double bench_add | ( | ) |
double bench_aes | ( | ) |
double bench_sha1 | ( | ) |
double bench_sha2 | ( | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
const string circuit_file_location = macro_xstr(EMP_CIRCUIT_PATH) |
int party |
int port |