gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r32074 - gnunet/src/include
Date: Wed, 29 Jan 2014 16:04:17 +0100

Author: cfuchs
Date: 2014-01-29 16:04:17 +0100 (Wed, 29 Jan 2014)
New Revision: 32074

Modified:
   gnunet/src/include/gnunet_crypto_lib.h
Log:
- purged leftover plaintext container for pailier.

Modified: gnunet/src/include/gnunet_crypto_lib.h
===================================================================
--- gnunet/src/include/gnunet_crypto_lib.h      2014-01-29 14:34:33 UTC (rev 
32073)
+++ gnunet/src/include/gnunet_crypto_lib.h      2014-01-29 15:04:17 UTC (rev 
32074)
@@ -366,18 +366,6 @@
 
 
 /**
- * Paillier plaintext.
- */
-struct GNUNET_CRYPTO_PaillierPlaintext
-{
-  /**
-   * The bits of the plaintext.
-   */
-  unsigned char bits[GNUNET_CRYPTO_PAILLIER_BITS / 8];
-};
-
-
-/**
  * Paillier ciphertext.
  */
 struct GNUNET_CRYPTO_PaillierCiphertext




reply via email to

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