aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing/secretsharing_protocol.h
diff options
context:
space:
mode:
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)];