aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_crypto_lib.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 922dda43b..d9cc27ae0 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -689,15 +689,6 @@ GNUNET_CRYPTO_kdf (void *result, size_t out_len,
689 */ 689 */
690struct GNUNET_CRYPTO_RsaPrivateKey *GNUNET_CRYPTO_rsa_key_create (void); 690struct GNUNET_CRYPTO_RsaPrivateKey *GNUNET_CRYPTO_rsa_key_create (void);
691 691
692
693/**
694 * Get the size of a key file.
695 *
696 * @return size of a gnunet private key
697 */
698uint32_t
699GNUNET_CRYPTO_rsa_key_size ();
700
701/** 692/**
702 * Create a new private key by reading it from a file. If the 693 * Create a new private key by reading it from a file. If the
703 * files does not exist, create a new key and write it to the 694 * files does not exist, create a new key and write it to the