gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -forgot to add prototype


From: gnunet
Subject: [gnunet] branch master updated: -forgot to add prototype
Date: Wed, 09 Dec 2020 23:35:09 +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 f3775958c -forgot to add prototype
f3775958c is described below

commit f3775958c33fb56835b161d1b3e5626690ee6afc
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Dec 9 23:34:49 2020 +0100

    -forgot to add prototype
---
 src/include/gnunet_crypto_lib.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index b2ec83739..6dc56f0e4 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -707,6 +707,16 @@ struct GNUNET_HashContext *
 GNUNET_CRYPTO_hash_context_start (void);
 
 
+/**
+ * Make a copy of the hash computation.
+ *
+ * @param hc hash context to use (to continue hashing independently)
+ * @return copy of @a hc
+ */
+struct GNUNET_HashContext *
+GNUNET_CRYPTO_hash_context_copy (const struct GNUNET_HashContext *hc);
+
+
 /**
  * Add data to be hashed.
  *

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