gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30542 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r30542 - gnunet/src/include
Date: Tue, 5 Nov 2013 21:42:57 +0100

Author: grothoff
Date: 2013-11-05 21:42:57 +0100 (Tue, 05 Nov 2013)
New Revision: 30542

Modified:
   gnunet/src/include/gnunet_crypto_lib.h
Log:
-clarify docu

Modified: gnunet/src/include/gnunet_crypto_lib.h
===================================================================
--- gnunet/src/include/gnunet_crypto_lib.h      2013-11-05 20:36:50 UTC (rev 
30541)
+++ gnunet/src/include/gnunet_crypto_lib.h      2013-11-05 20:42:57 UTC (rev 
30542)
@@ -210,9 +210,7 @@
 {
   /**
    * Q consists of an x- and a y-value, each mod p (256 bits), given
-   * here in affine coordinates.  For the Ed25519 curve we need to
-   * convey the y-value along with the sign.  The compact format used
-   * is the same as with EdDSA (little endian).
+   * here in affine coordinates and Ed25519 standard compact format.
    */
   unsigned char q_y[256 / 8];
 




reply via email to

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