-doxygen, plus FIXME request for clarification
[oweals/gnunet.git] / src / include / gnunet_crypto_lib.h
index 4db4bf793b6b7cb63836a5788ca66882250ac5a2..18e49ee93571b29f00b0fc73fd1aa153aaeeff1c 100644 (file)
@@ -1046,6 +1046,8 @@ GNUNET_CRYPTO_ecdsa_key_create_from_file (const char *filename);
 struct GNUNET_CRYPTO_EddsaPrivateKey *
 GNUNET_CRYPTO_eddsa_key_create_from_file (const char *filename);
 
+struct GNUNET_CONFIGURATION_Handle;
+
 
 /**
  * @ingroup crypto
@@ -1267,19 +1269,6 @@ GNUNET_CRYPTO_ecdsa_private_key_derive (const struct GNUNET_CRYPTO_EcdsaPrivateK
                                         const char *context);
 
 
-/**
- * Computes a new PeerIdentity using the Chord formula.
- * new_peer_identity = ((my_identity + pow(2,i)) mod (pow(2,m)
- * where m, size of struct GNUNET_PeerIdentity in bits.
- * i, 0 <= i <= m 
- * @param my_identity original PeerIdentity
- * @param value of i. 
- * @return finger_identity
- */
-struct GNUNET_PeerIdentity *
-GNUNET_CRYPTO_compute_finger_identity(struct GNUNET_PeerIdentity *my_identity,unsigned int index);
-
-
 /**
  * @ingroup crypto
  * Derive a public key from a given public key and a label.