-doxygen, plus FIXME request for clarification
[oweals/gnunet.git] / src / include / gnunet_crypto_lib.h
index 28faa13589cb8b12289d70ad7c351806d1a91843..18e49ee93571b29f00b0fc73fd1aa153aaeeff1c 100644 (file)
@@ -1269,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.