gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 28/90: -DOC: used \f$ commands to bracket formulae here, so the


From: gnunet
Subject: [gnunet] 28/90: -DOC: used \f$ commands to bracket formulae here, so the inside is actually treated like LaTeX
Date: Tue, 18 Oct 2022 03:06:27 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit cb4c05179fcd01efaac94dc1bdc992cf951a9aff
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Fri Sep 2 22:47:08 2022 +0100

    -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(-)

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;
 };

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]