diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-09-29 18:22:21 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-09-29 18:22:21 +0200 |
commit | 8ea21d9732c1615961006e16d05330fd5d955006 (patch) | |
tree | ed33d63e0d72874d3955bbe70d0f63e5807b93bf /internals.h | |
parent | 656aa465530452eed934bc430b5ecbaa72a90a10 (diff) |
split different auction format algorithms into separate files
Diffstat (limited to 'internals.h')
-rw-r--r-- | internals.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 */ |