summaryrefslogtreecommitdiff
path: root/blumshub.h
diff options
context:
space:
mode:
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 0fd0371..6aab326 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;