aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing/secretsharing_protocol.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2014-01-07 11:10:05 +0000
committerFlorian Dold <florian.dold@gmail.com>2014-01-07 11:10:05 +0000
commit9b4bee4d09a77662448a9416f4deaf6994b2eb07 (patch)
tree552f05303a35bb1fb0060737b7513e0f900933d8 /src/secretsharing/secretsharing_protocol.h
parent47a164b83ebd56bc13167a57bf38aeafe78d354b (diff)
downloadgnunet-9b4bee4d09a77662448a9416f4deaf6994b2eb07.tar.gz
gnunet-9b4bee4d09a77662448a9416f4deaf6994b2eb07.zip
- correctly adjust buffer when printing MPIs
- fix confusion between paillier and elgamal field elements
Diffstat (limited to 'src/secretsharing/secretsharing_protocol.h')
-rw-r--r--src/secretsharing/secretsharing_protocol.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/secretsharing/secretsharing_protocol.h b/src/secretsharing/secretsharing_protocol.h
index b8904ca24..5d833cbb3 100644
--- a/src/secretsharing/secretsharing_protocol.h
+++ b/src/secretsharing/secretsharing_protocol.h
@@ -48,12 +48,6 @@ struct PaillierPublicKey
48{ 48{
49 /** 49 /**
50 * Network order representation of the 50 * Network order representation of the
51 * g-component.
52 */
53 uint32_t g[PAILLIER_BITS / 8 / sizeof (uint32_t)];
54
55 /**
56 * Network order representation of the
57 * n-component. 51 * n-component.
58 */ 52 */
59 uint32_t n[PAILLIER_BITS / 8 / sizeof (uint32_t)]; 53 uint32_t n[PAILLIER_BITS / 8 / sizeof (uint32_t)];