Commit 10311069 authored by yiwenshao's avatar yiwenshao

tweak

parent f56d86e2
...@@ -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";
......
...@@ -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,
}; };
......
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