From 5b1f23c310d979e43178b151b07f28b4d9fbc207 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 11 Jun 2015 17:13:14 -0400 Subject: [PATCH] Removed forward declaration to non-existent class BlumGoldwasserPublicKey and BlumGoldwasserPrivateKey --- blumshub.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/blumshub.h b/blumshub.h index 5e507478..2c5fb20e 100644 --- a/blumshub.h +++ b/blumshub.h @@ -5,9 +5,6 @@ NAMESPACE_BEGIN(CryptoPP) -class BlumGoldwasserPublicKey; -class BlumGoldwasserPrivateKey; - //! BlumBlumShub without factorization of the modulus class PublicBlumBlumShub : public RandomNumberGenerator, public StreamTransformation @@ -27,9 +24,6 @@ protected: ModularArithmetic modn; word maxBits, bitsLeft; Integer current; - - friend class BlumGoldwasserPublicKey; - friend class BlumGoldwasserPrivateKey; }; //! BlumBlumShub with factorization of the modulus