aboutsummaryrefslogtreecommitdiff
path: root/mp_pub.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp_pub.c')
-rw-r--r--mp_pub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp_pub.c b/mp_pub.c
index 712c148..661a4de 100644
--- a/mp_pub.c
+++ b/mp_pub.c
@@ -486,7 +486,7 @@ mp_pub_determine_outcome (struct BRANDT_Auction *ad,
486 smc_sum (sum_phi, &ad->phi3[0][1][price], ad->n, 2 * ad->k); 486 smc_sum (sum_phi, &ad->phi3[0][1][price], ad->n, 2 * ad->k);
487 gcry_mpi_ec_sub (sum_gamma, sum_gamma, sum_phi, ec_ctx); 487 gcry_mpi_ec_sub (sum_gamma, sum_gamma, sum_phi, ec_ctx);
488 488
489 dlogi = GNUNET_CRYPTO_ecc_dlog (ec_dlogctx, sum_gamma); 489 dlogi = GNUNET_CRYPTO_ecc_dlog (ad->dlogctx, sum_gamma);
490 brandt_assert (dlogi > 0); 490 brandt_assert (dlogi > 0);
491 491
492 /* all bidders participated with a multiplicative share */ 492 /* all bidders participated with a multiplicative share */