summaryrefslogtreecommitdiff
path: root/blumshub.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2006-03-13 13:26:41 +0000
committerweidai <weidai11@users.noreply.github.com>2006-03-13 13:26:41 +0000
commit922fdeb1508e89b25d684378a269e319c927d91d (patch)
treef30468f446dfdde7bc27bc6c82de67f227721b05 /blumshub.h
parent80a9a45ad09512f6d2dd4f806ff774d79fcda5df (diff)
downloadcryptopp-git-922fdeb1508e89b25d684378a269e319c927d91d.tar.gz
fix MSVC 2005 warnings
Diffstat (limited to 'blumshub.h')
-rw-r--r--blumshub.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/blumshub.h b/blumshub.h
index 0fd0371f..6aab3261 100644
--- a/blumshub.h
+++ b/blumshub.h
@@ -28,10 +28,9 @@ public:
bool IsForwardTransformation() const {return true;}
protected:
- const ModularArithmetic modn;
- const word maxBits;
+ ModularArithmetic modn;
+ word maxBits, bitsLeft;
Integer current;
- int bitsLeft;
friend class BlumGoldwasserPublicKey;
friend class BlumGoldwasserPrivateKey;