gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35007 - in gnunet/src: include util


From: gnunet
Subject: [GNUnet-SVN] r35007 - in gnunet/src: include util
Date: Mon, 26 Jan 2015 10:53:34 +0100

Author: harsha
Date: 2015-01-26 10:53:34 +0100 (Mon, 26 Jan 2015)
New Revision: 35007

Modified:
   gnunet/src/include/gnunet_crypto_lib.h
   gnunet/src/util/crypto_rsa.c
Log:
-fix doc

Modified: gnunet/src/include/gnunet_crypto_lib.h
===================================================================
--- gnunet/src/include/gnunet_crypto_lib.h      2015-01-25 23:33:56 UTC (rev 
35006)
+++ gnunet/src/include/gnunet_crypto_lib.h      2015-01-26 09:53:34 UTC (rev 
35007)
@@ -1644,7 +1644,7 @@
 
 
 /**
- * Encode the signature key in a format suitable for
+ * Encode the given signature in a format suitable for
  * storing it into a file.
  *
  * @param sig the signature
@@ -1657,7 +1657,7 @@
 
 
 /**
- * Decode the public key from the data-format back
+ * Decode the signature from the data-format back
  * to the "normal", internal format.
  *
  * @param buf the buffer where the public key data is stored

Modified: gnunet/src/util/crypto_rsa.c
===================================================================
--- gnunet/src/util/crypto_rsa.c        2015-01-25 23:33:56 UTC (rev 35006)
+++ gnunet/src/util/crypto_rsa.c        2015-01-26 09:53:34 UTC (rev 35007)
@@ -617,8 +617,7 @@
 
 
 /**
- * Encode the signature key in a format suitable for
- * storing it into a file.
+ * Encode the given signature in a format suitable for storing it into a file.
  *
  * @param sig the signature
  * @param[out] buffer set to a buffer with the encoded key
@@ -647,8 +646,8 @@
 
 
 /**
- * Decode the public key from the data-format back
- * to the "normal", internal format.
+ * Decode the signature from the data-format back to the "normal", internal
+ * format.
  *
  * @param buf the buffer where the public key data is stored
  * @param len the length of the data in @a buf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]