From cb4c05179fcd01efaac94dc1bdc992cf951a9aff Mon Sep 17 00:00:00 2001 From: Willow Liquorice Date: Fri, 2 Sep 2022 22:47:08 +0100 Subject: -DOC: used \f$ commands to bracket formulae here, so the inside is actually treated like LaTeX --- src/secretsharing/secretsharing_protocol.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/secretsharing/secretsharing_protocol.h') diff --git a/src/secretsharing/secretsharing_protocol.h b/src/secretsharing/secretsharing_protocol.h index d4aaecb6c..e6f3ba286 100644 --- a/src/secretsharing/secretsharing_protocol.h +++ b/src/secretsharing/secretsharing_protocol.h @@ -108,22 +108,22 @@ struct GNUNET_SECRETSHARING_DecryptData */ struct GNUNET_PeerIdentity peer; /** - * Partial decryption, computed as c_1^{s_i} + * Partial decryption, computed as \f$c_1^{s_i}\f$ */ struct GNUNET_SECRETSHARING_FieldElement partial_decryption; /** * Commitment for the non-interactive zero knowledge proof. - * g^\beta, with \beta < q + * \f$g^\beta\f$, with \f$\beta < q\f$ */ struct GNUNET_SECRETSHARING_FieldElement nizk_commit1; /** * Commitment for the non-interactive zero knowledge proof. - * c_1^\beta, with \beta < q + * \f$c_1^\beta\f$, with \f$\beta < q\f$ */ struct GNUNET_SECRETSHARING_FieldElement nizk_commit2; /** * Response to the challenge computed from the protocol transcript. - * r = \beta + challenge \cdot share_i + * \f$r = \beta + challenge \cdot share_i\f$ */ struct GNUNET_SECRETSHARING_FieldElement nizk_response; }; -- cgit v1.2.3