-make build conditional on MHD
[oweals/gnunet.git] / src / gns / gns_common.c
index 88b365da5ae695e4db4cfacd6c228354ccec76c8..31a719d64dc0d222ed8a9c8e6996c2a2cd68eb83 100644 (file)
@@ -44,6 +44,10 @@ GNUNET_GNS_get_key_for_record (const char *name,
   struct GNUNET_HashCode name_hash_double;
   struct GNUNET_HashCode zone_hash_double;
 
+  /* TODO 3) AB: New publishing
+   * Create new key V = H(H(i,Q) * Q)
+   */
+
   GNUNET_CRYPTO_short_hash (name,
                            strlen (name),
                            &name_hash);