gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] 02/08: ANASTASIS_CRYPTO_Iv set to 16 Byte length


From: gnunet
Subject: [taler-anastasis] 02/08: ANASTASIS_CRYPTO_Iv set to 16 Byte length
Date: Sun, 26 Apr 2020 21:33:45 +0200

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

commit 0ab008c6f04f750e28c6b1ec9d9c67cf211fadf4
Author: Dennis Neufeld <address@hidden>
AuthorDate: Sat Apr 25 13:59:43 2020 +0000

    ANASTASIS_CRYPTO_Iv set to 16 Byte length
---
 src/include/anastasis_crypto_lib.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/anastasis_crypto_lib.h 
b/src/include/anastasis_crypto_lib.h
index 902606c..8ef4515 100644
--- a/src/include/anastasis_crypto_lib.h
+++ b/src/include/anastasis_crypto_lib.h
@@ -93,7 +93,7 @@ struct ANASTASIS_CRYPTO_Nonce
 */
 struct ANASTASIS_CRYPTO_Iv
 {
-  uint32_t iv[3];
+  uint32_t iv[4];
 };
 
 

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



reply via email to

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