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
bc0fdae0
Commit
bc0fdae0
authored
Jan 29, 2018
by
yiwenshao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use invalid to record salt hit rate
parent
e5bb89cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
global.constant
conf/global.constant
+1
-0
final_load.cc
debug/final_load.cc
+1
-0
No files found.
conf/global.constant
View file @
bc0fdae0
...
...
@@ -5,4 +5,5 @@ useHOM:false
useOPE:false
useSWP:true
useDET:false
useSalt:true
other:1
debug/final_load.cc
View file @
bc0fdae0
...
...
@@ -303,6 +303,7 @@ void local_wrapper(const Item &i, const FieldMeta &fm, Analysis &a,
Item_int
(
static_cast
<
ulonglong
>
(
valFromStr
(
in
)))
);
tempFileVector
.
pop_back
();
gcountMap
[
oINVALID
]
++
;
//use invalid to record the salt hit rate
}
else
{
l
.
push_back
(
new
Item_int
(
static_cast
<
ulonglong
>
(
salt
)));
}
...
...
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