From: Christian Fuchs Date: Wed, 29 Jan 2014 15:04:17 +0000 (+0000) Subject: - purged leftover plaintext container for pailier. X-Git-Tag: initial-import-from-subversion-38251~4907 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=83962507ef90d6ce1b9a883fff2e57a9e182ee9d;p=oweals%2Fgnunet.git - purged leftover plaintext container for pailier. --- diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h index c144bb824..d9c5e49e1 100644 --- a/src/include/gnunet_crypto_lib.h +++ b/src/include/gnunet_crypto_lib.h @@ -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. */