Explorar o código

DB corrected in simplepir, solves #43

Carlos Aguilar %!s(int64=3) %!d(string=hai) anos
pai
achega
75c5e912cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) 
   {