- purged leftover plaintext container for pailier.
authorChristian Fuchs <christian.fuchs@cfuchs.net>
Wed, 29 Jan 2014 15:04:17 +0000 (15:04 +0000)
committerChristian Fuchs <christian.fuchs@cfuchs.net>
Wed, 29 Jan 2014 15:04:17 +0000 (15:04 +0000)
src/include/gnunet_crypto_lib.h

index c144bb8243119288702a3bda971e21e97f88c495..d9c5e49e1e5bc31f1aca0ef7f8cba6c5a9ec745d 100644 (file)
@@ -365,18 +365,6 @@ struct GNUNET_CRYPTO_PaillierPrivateKey
 };
 
 
-/**
- * Paillier plaintext.
- */
-struct GNUNET_CRYPTO_PaillierPlaintext
-{
-  /**
-   * The bits of the plaintext.
-   */
-  unsigned char bits[GNUNET_CRYPTO_PAILLIER_BITS / 8];
-};
-
-
 /**
  * Paillier ciphertext.
  */