summaryrefslogtreecommitdiff
path: root/blumshub.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-06-11 17:13:14 -0400
committerJeffrey Walton <noloader@gmail.com>2015-06-11 17:13:14 -0400
commit5b1f23c310d979e43178b151b07f28b4d9fbc207 (patch)
treecbc5bb7951ef7ab831296718b3ef405b8ba30841 /blumshub.h
parente2c469dc41af779f261b5fdbdff8d70cd30f1da2 (diff)
downloadcryptopp-git-5b1f23c310d979e43178b151b07f28b4d9fbc207.tar.gz
Removed forward declaration to non-existent class BlumGoldwasserPublicKey and BlumGoldwasserPrivateKey
Diffstat (limited to 'blumshub.h')
-rw-r--r--blumshub.h6
1 files changed, 0 insertions, 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