aboutsummaryrefslogtreecommitdiff
path: root/internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'internals.h')
-rw-r--r--internals.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/internals.h b/internals.h
index f705c6d..06ec88c 100644
--- a/internals.h
+++ b/internals.h
@@ -28,13 +28,12 @@ struct AuctionData {
uint16_t n; /** The amount of bidders/agents */
uint16_t k; /** The amount of possible prices */
uint16_t i; /** Own agents index, only used when bidding */
+ uint16_t b; /** Own bid */
gcry_mpi_t x; /** Own private additive key share */
gcry_mpi_point_t *y; /** public multiplicative key shares, size: n */
gcry_mpi_point_t Y; /** Shared public key */
- gcry_mpi_point_t *b; /** Own bid, size: k */
-
gcry_mpi_point_t **alpha; /** alphas, size: n*k */
gcry_mpi_point_t **beta; /** betas, size: n*k */