aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-02-03 16:07:27 +0000
committerNathan S. Evans <evans@in.tum.de>2011-02-03 16:07:27 +0000
commit47c783d20a8e085c53a693fc9be4247938f4d203 (patch)
treec03cdf1016712134469d85adedea35b570f1971c /src/include/gnunet_crypto_lib.h
parentd212b98f15bc7950985da14b2768264fc6492a5c (diff)
downloadgnunet-47c783d20a8e085c53a693fc9be4247938f4d203.tar.gz
gnunet-47c783d20a8e085c53a693fc9be4247938f4d203.zip
undo change made by hasty commit
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-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