commit 53b2fa83304903045e08bcc2906346ac74f58c69 parent 6a86f1fc448e219364d547d167d0a655eff2b531 Author: Florian Dold <florian.dold@gmail.com> Date: Tue, 7 Jan 2014 00:24:38 +0000 - remove #define for elgamal_q Diffstat:
| M | src/secretsharing/secretsharing_protocol.h | | | 7 | ------- |
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/src/secretsharing/secretsharing_protocol.h b/src/secretsharing/secretsharing_protocol.h @@ -38,13 +38,6 @@ */ #define PAILLIER_BITS 2048 -/** - * Big endian representation of the prime field order used - * for ElGamal. - */ -#define ELGAMAL_Q_DATA {0x00 /* FIXME */}; - - GNUNET_NETWORK_STRUCT_BEGIN