aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/secretsharing/secretsharing_protocol.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/secretsharing/secretsharing_protocol.h b/src/secretsharing/secretsharing_protocol.h
index 3778ade41..b8904ca24 100644
--- a/src/secretsharing/secretsharing_protocol.h
+++ b/src/secretsharing/secretsharing_protocol.h
@@ -38,13 +38,6 @@
38 */ 38 */
39#define PAILLIER_BITS 2048 39#define PAILLIER_BITS 2048
40 40
41/**
42 * Big endian representation of the prime field order used
43 * for ElGamal.
44 */
45#define ELGAMAL_Q_DATA {0x00 /* FIXME */};
46
47
48GNUNET_NETWORK_STRUCT_BEGIN 41GNUNET_NETWORK_STRUCT_BEGIN
49 42
50 43