Skip to content
Snippets Groups Projects
Commit 08b1fd9d authored by rtalbi's avatar rtalbi
Browse files

New tests for the S&P paper

parent 0c88fa98
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
#include "EvalDiv100.h" #include "EvalDiv100.h"
...@@ -45,6 +42,7 @@ EvalDiv100 ::EvalDiv_U1_step1() ...@@ -45,6 +42,7 @@ EvalDiv100 ::EvalDiv_U1_step1()
S5=dtpkc.PSdec0(S9); S5=dtpkc.PSdec0(S9);
S7=dtpkc.PSdec0(S4); S7=dtpkc.PSdec0(S4);
return {S9,S4,S5,S7}; return {S9,S4,S5,S7};
} }
......
...@@ -1089,12 +1089,12 @@ else { ...@@ -1089,12 +1089,12 @@ else {
/*TESTBuildingBlocks testBuildingBlocks; /*TESTBuildingBlocks testBuildingBlocks;
testBuildingBlocks.run(deserialize, keySize, blindVal, DTPKC_Err, pathSer);*/ testBuildingBlocks.run(deserialize, keySize, blindVal, DTPKC_Err, pathSer);*/
TESTpacking tesTpacking; //TESTpacking tesTpacking;
tesTpacking.run(deserialize, keySize, blindVal, DTPKC_Err, pathSer); //tesTpacking.run(deserialize, keySize, blindVal, DTPKC_Err, pathSer);
/*TESTElementaryOps testOps; TESTElementaryOps testOps;
testOps.run(deserialize, keySize, blindVal, DTPKC_Err, pathSer);*/ testOps.run(deserialize, keySize, blindVal, DTPKC_Err, pathSer);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment