From 04bc448f7876542a4ddaef8a21f16b00ab279661 Mon Sep 17 00:00:00 2001 From: noloader Date: Mon, 29 Jun 2015 00:38:42 +0000 Subject: Removed forward declaration to non-existent class BlumGoldwasserPublicKey and BlumGoldwasserPrivateKey git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@547 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- blumshub.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'blumshub.h') diff --git a/blumshub.h b/blumshub.h index 5e50747..2c5fb20 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 -- cgit v1.2.1