gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -indent


From: gnunet
Subject: [gnunet] branch master updated: -indent
Date: Wed, 09 Feb 2022 10:37:17 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 0430ee5c6 -indent
0430ee5c6 is described below

commit 0430ee5c6fd905ad356971768f3dcab067f44ecb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Feb 9 10:37:11 2022 +0100

    -indent
---
 src/util/crypto_cs.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/util/crypto_cs.c b/src/util/crypto_cs.c
index c4bc3380a..9bd81efa5 100644
--- a/src/util/crypto_cs.c
+++ b/src/util/crypto_cs.c
@@ -409,7 +409,12 @@ GNUNET_CRYPTO_cs_verify (const struct 
GNUNET_CRYPTO_CsSignature *sig,
 {
   // calculate c' = H(R, m)
   struct GNUNET_CRYPTO_CsC c_dash;
-  cs_full_domain_hash (&sig->r_point, msg, msg_len, pub, &c_dash);
+
+  cs_full_domain_hash (&sig->r_point,
+                       msg,
+                       msg_len,
+                       pub,
+                       &c_dash);
 
   // s'G ?= R' + c' pub
   struct GNUNET_CRYPTO_Cs25519Point sig_scal_mul_base;

-- 
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]