Browse Source

DB corrected in simplepir, solves #43

Carlos Aguilar 2 years ago
parent
commit
75c5e912cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/simplepir/simplePIR.cpp

+ 1 - 1
apps/simplepir/simplePIR.cpp

@@ -341,7 +341,7 @@ int main(int argc, char * argv[]) {
   chosen_element = 0;
   params.alpha = 2; params.d = 1;
   params.crypto_params = "LWE:80:2048:120";
-  tests_failed |= run(&db8, chosen_element, params);
+  tests_failed |= run(&db9, chosen_element, params);
 
   if (tests_failed) 
   {