Commit 10311069 authored by yiwenshao's avatar yiwenshao

tweak

parent f56d86e2
......@@ -348,7 +348,7 @@ main(int argc, char* argv[]){
glog<<"====================start table: "<<table<<"============================"<<"\n";
/*choose decryption onion, load and decrypt to plain text*/
ResType res = load_files(db,table);
if(res.success()) {
if(res.success()) {
glog<<"load_files: "<<
std::to_string(t_init.lap()/1000000u)<<
"##"<<std::to_string(time(NULL))<<"\n";
......
......@@ -594,9 +594,9 @@ void storeStrategies(std::vector<FieldMetaTrans>& res){
static const std::vector<onion> onion_order = {
oASHE,
oDET,
oOPE,
oASHE,
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