gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: indent


From: gnunet
Subject: [taler-anastasis] branch master updated: indent
Date: Mon, 30 Mar 2020 09:55:58 +0200

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

grothoff pushed a commit to branch master
in repository anastasis.

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

commit 3edb76e441d61599772c6692198d3ce91b6a4f5e
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Mar 30 09:55:55 2020 +0200

    indent
---
 src/util/anastasis_crypto.c | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/src/util/anastasis_crypto.c b/src/util/anastasis_crypto.c
index 934d43a..e5c0d74 100644
--- a/src/util/anastasis_crypto.c
+++ b/src/util/anastasis_crypto.c
@@ -111,7 +111,11 @@ anastasis_encrypt (const void *msec,
   GNUNET_CRYPTO_random_block (GNUNET_CRYPTO_QUALITY_NONCE,
                               nonce,
                               sizeof (struct ANASTASIS_CRYPTO_Nonce));
-  get_iv_key (msec, nonce, salt, sym_key, iv);
+  get_iv_key (msec,
+              nonce,
+              salt,
+              sym_key,
+              iv);
   GNUNET_assert (0 ==
                  gcry_cipher_open (&cipher,
                                    GCRY_CIPHER_AES256,
@@ -127,12 +131,11 @@ anastasis_encrypt (const void *msec,
   GNUNET_assert ((0 == rc) || ((char) rc == GPG_ERR_WEAK_KEY));
 
   GNUNET_assert (0 ==
-                 gcry_cipher_encrypt (
-                   cipher,
-                   ciphertext,
-                   data_size,
-                   data,
-                   data_size));
+                 gcry_cipher_encrypt (cipher,
+                                      ciphertext,
+                                      data_size,
+                                      data,
+                                      data_size));
   GNUNET_assert (0 ==
                  gcry_cipher_gettag (cipher,
                                      tag,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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