gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix test vector output


From: gnunet
Subject: [taler-anastasis] branch master updated: fix test vector output
Date: Tue, 19 Oct 2021 19:47:51 +0200

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

dold pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 002d86d  fix test vector output
002d86d is described below

commit 002d86dfc768e95aa7bd4ebf8e840da86e7ffb45
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Oct 19 19:47:45 2021 +0200

    fix test vector output
---
 src/util/anastasis-crypto-tvg.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/util/anastasis-crypto-tvg.c b/src/util/anastasis-crypto-tvg.c
index ee3df2e..b426ee5 100644
--- a/src/util/anastasis-crypto-tvg.c
+++ b/src/util/anastasis-crypto-tvg.c
@@ -484,14 +484,15 @@ output_vectors ()
 
     ANASTASIS_CRYPTO_truth_encrypt (&nonce,
                                     &truth_enc_key,
-                                    &truth, truth_size,
+                                    truth,
+                                    truth_size,
                                     &enc_truth,
                                     &ect_size);
 
     d2j_auto (vec, "input_nonce", &nonce);
     d2j_auto (vec, "input_truth_enc_key", &truth_enc_key);
     d2j (vec, "input_truth", &truth, truth_size);
-    d2j (vec, "output_encrypted_truth", &enc_truth, ect_size);
+    d2j (vec, "output_encrypted_truth", enc_truth, ect_size);
   }
 
   {

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