From 8ea21d9732c1615961006e16d05330fd5d955006 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Thu, 29 Sep 2016 18:22:21 +0200 Subject: split different auction format algorithms into separate files --- internals.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'internals.h') diff --git a/internals.h b/internals.h index 2b88b6f..373c3d4 100644 --- a/internals.h +++ b/internals.h @@ -164,4 +164,10 @@ struct BRANDT_Auction { gcry_mpi_point_t *tmpb1; /** used for temporary storage, size: k */ }; +extern gcry_ctx_t ec_ctx; +extern gcry_mpi_point_t ec_gen; +extern gcry_mpi_point_t ec_zero; +extern gcry_mpi_t ec_n; +extern struct GNUNET_CRYPTO_EccDlogContext *ec_dlogctx; + #endif /* ifndef _BRANDT_INTERNALS_H */ -- cgit v1.2.3