avadapal 2 years ago
parent
commit
badddabfab
1 changed files with 3 additions and 3 deletions
  1. 3 3
      preprocessing/dpfgen.h

+ 3 - 3
preprocessing/dpfgen.h

@@ -1,9 +1,9 @@
 struct dpfP2
 {
 	__m128i root;
-	__m128i CW[30];
-	uint8_t cwt_L[30];
-	uint8_t cwt_R[30];
+	__m128i CW[32];
+	uint8_t cwt_L[32];
+	uint8_t cwt_R[32];
 	};
 
 void generate_random_targets(uint8_t ** target_share_read, size_t n_threads, bool party, size_t expo)