Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
Practical-Cryptdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhaozhen
Practical-Cryptdb
Commits
c791641c
Commit
c791641c
authored
Dec 26, 2017
by
yiwenshao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finish debug/test_HOM.cc
parent
898a7007
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
17 deletions
+3
-17
test_HOM.cc
debug/test_HOM.cc
+3
-17
No files found.
debug/test_HOM.cc
View file @
c791641c
#include <iostream>
#include <iostream>
#include <cctype>
#include <sys/time.h>
#include <locale>
#include <memory>
#include <unistd.h>
#include <iomanip>
#include <sys/types.h>
#include <dirent.h>
#include <parser/sql_utils.hh>
#include "util/onions.hh"
#include <crypto/prng.hh>
#include <crypto/prng.hh>
#include <crypto/BasicCrypto.hh>
#include <crypto/paillier.hh>
#include <crypto/paillier.hh>
#include <crypto/SWPSearch.hh>
#include <crypto/BasicCrypto.hh>
#include <crypto/arc4.hh>
#include <crypto/arc4.hh>
#include <util/zz.hh>
#include <NTL/ZZ.h>
#include <NTL/ZZ.h>
#include <NTL/RR.h>
#include <iomanip>
using
namespace
NTL
;
using
namespace
NTL
;
using
std
::
string
;
using
std
::
string
;
using
std
::
cout
;
using
std
::
cout
;
using
std
::
cin
;
using
std
::
cin
;
...
@@ -32,7 +19,6 @@ using std::dec;
...
@@ -32,7 +19,6 @@ using std::dec;
static
const
int
numOfTest
=
100
;
static
const
int
numOfTest
=
100
;
static
uint64_t
cur_usec
()
{
static
uint64_t
cur_usec
()
{
struct
timeval
tv
;
struct
timeval
tv
;
gettimeofday
(
&
tv
,
0
);
gettimeofday
(
&
tv
,
0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment