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
10311069
Commit
10311069
authored
Apr 28, 2018
by
yiwenshao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak
parent
f56d86e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
opti_load.cc
tools/opti_load.cc
+1
-1
reuse.cc
wrapper/reuse.cc
+1
-1
No files found.
tools/opti_load.cc
View file @
10311069
...
@@ -348,7 +348,7 @@ main(int argc, char* argv[]){
...
@@ -348,7 +348,7 @@ main(int argc, char* argv[]){
glog
<<
"====================start table: "
<<
table
<<
"============================"
<<
"
\n
"
;
glog
<<
"====================start table: "
<<
table
<<
"============================"
<<
"
\n
"
;
/*choose decryption onion, load and decrypt to plain text*/
/*choose decryption onion, load and decrypt to plain text*/
ResType
res
=
load_files
(
db
,
table
);
ResType
res
=
load_files
(
db
,
table
);
if
(
res
.
success
())
{
if
(
res
.
success
())
{
glog
<<
"load_files: "
<<
glog
<<
"load_files: "
<<
std
::
to_string
(
t_init
.
lap
()
/
1000000u
)
<<
std
::
to_string
(
t_init
.
lap
()
/
1000000u
)
<<
"##"
<<
std
::
to_string
(
time
(
NULL
))
<<
"
\n
"
;
"##"
<<
std
::
to_string
(
time
(
NULL
))
<<
"
\n
"
;
...
...
wrapper/reuse.cc
View file @
10311069
...
@@ -594,9 +594,9 @@ void storeStrategies(std::vector<FieldMetaTrans>& res){
...
@@ -594,9 +594,9 @@ void storeStrategies(std::vector<FieldMetaTrans>& res){
static
const
std
::
vector
<
onion
>
onion_order
=
{
static
const
std
::
vector
<
onion
>
onion_order
=
{
oASHE
,
oDET
,
oDET
,
oOPE
,
oOPE
,
oASHE
,
oAGG
,
oAGG
,
};
};
...
...
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