aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 6a9eddd7c..c6ae943b9 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -1355,20 +1355,6 @@ GNUNET_CRYPTO_get_peer_identity (const struct GNUNET_CONFIGURATION_Handle *cfg,
1355 1355
1356 1356
1357/** 1357/**
1358 * Compare two Peer Identities.
1359 *
1360 * @param first first peer identity
1361 * @param second second peer identity
1362 * @return bigger than 0 if first > second,
1363 * 0 if they are the same
1364 * smaller than 0 if second > first
1365 */
1366int
1367GNUNET_CRYPTO_cmp_peer_identity (const struct GNUNET_PeerIdentity *first,
1368 const struct GNUNET_PeerIdentity *second);
1369
1370
1371/**
1372 * Internal structure used to cache pre-calculated values for DLOG calculation. 1358 * Internal structure used to cache pre-calculated values for DLOG calculation.
1373 */ 1359 */
1374struct GNUNET_CRYPTO_EccDlogContext; 1360struct GNUNET_CRYPTO_EccDlogContext;
@@ -1397,7 +1383,7 @@ struct GNUNET_CRYPTO_EccPoint
1397 */ 1383 */
1398struct GNUNET_CRYPTO_EccDlogContext * 1384struct GNUNET_CRYPTO_EccDlogContext *
1399GNUNET_CRYPTO_ecc_dlog_prepare (unsigned int max, 1385GNUNET_CRYPTO_ecc_dlog_prepare (unsigned int max,
1400 unsigned int mem); 1386 unsigned int mem);
1401 1387
1402 1388
1403/** 1389/**