Removed forward declaration to non-existent class BlumGoldwasserPublicKey and BlumGoldwasserPrivateKey
parent
e2c469dc41
commit
5b1f23c310
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue