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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 637a3000e..9b065e747 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -901,6 +901,16 @@ GNUNET_CRYPTO_ecc_key_create (void);
901 901
902/** 902/**
903 * @ingroup crypto 903 * @ingroup crypto
904 * Clear memory that was used to store a private key.
905 *
906 * @param pk location of the key
907 */
908void
909GNUNET_CRYPTO_ecc_key_clear (struct GNUNET_CRYPTO_EccPrivateKey *pk);
910
911
912/**
913 * @ingroup crypto
904 * Get the shared private key we use for anonymous users. 914 * Get the shared private key we use for anonymous users.
905 * 915 *
906 * @return "anonymous" private key; do not free 916 * @return "anonymous" private key; do not free