Removed forward declaration to non-existent class BlumGoldwasserPublicKey and BlumGoldwasserPrivateKey

pull/2/head
Jeffrey Walton 2015-06-11 17:13:14 -04:00
parent e2c469dc41
commit 5b1f23c310
1 changed files with 0 additions and 6 deletions

View File

@ -5,9 +5,6 @@
NAMESPACE_BEGIN(CryptoPP) NAMESPACE_BEGIN(CryptoPP)
class BlumGoldwasserPublicKey;
class BlumGoldwasserPrivateKey;
//! BlumBlumShub without factorization of the modulus //! BlumBlumShub without factorization of the modulus
class PublicBlumBlumShub : public RandomNumberGenerator, class PublicBlumBlumShub : public RandomNumberGenerator,
public StreamTransformation public StreamTransformation
@ -27,9 +24,6 @@ protected:
ModularArithmetic modn; ModularArithmetic modn;
word maxBits, bitsLeft; word maxBits, bitsLeft;
Integer current; Integer current;
friend class BlumGoldwasserPublicKey;
friend class BlumGoldwasserPrivateKey;
}; };
//! BlumBlumShub with factorization of the modulus //! BlumBlumShub with factorization of the modulus