aboutsummaryrefslogtreecommitdiff
path: root/internals.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-09-08 19:17:15 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-09-08 19:17:15 +0200
commit14546eccb205aa844657d2c350c83f6be1289b67 (patch)
tree8d081850e2ca5dd44b1e03d7ed39a61c487c9725 /internals.h
parentf294cd3a85c084490a10ae6ac9c1dab4c60a7678 (diff)
test_brandt nearly done
Diffstat (limited to 'internals.h')
-rw-r--r--internals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/internals.h b/internals.h
index d88e779..5290110 100644
--- a/internals.h
+++ b/internals.h
@@ -154,6 +154,10 @@ struct BRANDT_Auction {
gcry_mpi_point_t **phi2; /** phi2, for public outcome, size: n*k */
gcry_mpi_point_t ***phi3; /** phi3, for private outcome, size: n*n*k */
+ /** proofs for the correctnes of the phi values for private outcomes,
+ * size: n*n*k */
+ struct proof_2dle ***phiproofs3;
+
gcry_mpi_point_t *tmpa1; /** used for temporary storage, size: k */
gcry_mpi_point_t *tmpb1; /** used for temporary storage, size: k */
};