Commit c791641c authored by yiwenshao's avatar yiwenshao

finish debug/test_HOM.cc

parent 898a7007
#include <iostream>
#include <cctype>
#include <locale>
#include <unistd.h>
#include <sys/types.h>
#include <dirent.h>
#include <parser/sql_utils.hh>
#include "util/onions.hh"
#include <sys/time.h>
#include <memory>
#include <iomanip>
#include <crypto/prng.hh>
#include <crypto/BasicCrypto.hh>
#include <crypto/paillier.hh>
#include <crypto/SWPSearch.hh>
#include <crypto/BasicCrypto.hh>
#include <crypto/arc4.hh>
#include <util/zz.hh>
#include <NTL/ZZ.h>
#include <NTL/RR.h>
#include <iomanip>
using namespace NTL;
using std::string;
using std::cout;
using std::cin;
......@@ -32,7 +19,6 @@ using std::dec;
static const int numOfTest = 100;
static uint64_t cur_usec() {
struct timeval tv;
gettimeofday(&tv, 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment