gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13018 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r13018 - gnunet/src/include
Date: Sat, 18 Sep 2010 06:48:47 +0200

Author: grothoff
Date: 2010-09-18 06:48:47 +0200 (Sat, 18 Sep 2010)
New Revision: 13018

Modified:
   gnunet/src/include/gnunet_block_lib.h
Log:
api

Modified: gnunet/src/include/gnunet_block_lib.h
===================================================================
--- gnunet/src/include/gnunet_block_lib.h       2010-09-18 04:45:45 UTC (rev 
13017)
+++ gnunet/src/include/gnunet_block_lib.h       2010-09-18 04:48:47 UTC (rev 
13018)
@@ -136,6 +136,19 @@
 
 
 /**
+ * Mingle hash with the mingle_number to produce different bits.
+ * 
+ * @param in original hash code
+ * @param mingle_number number for hash permutation
+ * @param hc where to store the result.
+ */
+void
+GNUNET_BLOCK_mingle_hash (const GNUNET_HashCode * in,
+                         int32_t mingle_number, 
+                         GNUNET_HashCode * hc);
+
+
+/**
  * Create a block context.  Loads the block plugins.
  *
  * @param cfg configuration to use




reply via email to

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