aboutsummaryrefslogtreecommitdiff
path: root/internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'internals.h')
-rw-r--r--internals.h6
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 */