summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoloader <noloader@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2015-06-29 00:38:42 +0000
committernoloader <noloader@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2015-06-29 00:38:42 +0000
commit04bc448f7876542a4ddaef8a21f16b00ab279661 (patch)
tree146ed9a280449f8e6c61e9d2a559c07c7b03aada
parenta02d43eadfb396d5b593c75b91280d519762816a (diff)
downloadcryptopp-04bc448f7876542a4ddaef8a21f16b00ab279661.tar.gz
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
-rw-r--r--blumshub.h6
1 files changed, 0 insertions, 6 deletions
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