summaryrefslogtreecommitdiff
path: root/blumshub.h
diff options
context:
space:
mode:
Diffstat (limited to 'blumshub.h')
-rw-r--r--blumshub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blumshub.h b/blumshub.h
index dbbb8be..6583e88 100644
--- a/blumshub.h
+++ b/blumshub.h
@@ -46,7 +46,7 @@ public:
BlumBlumShub(const Integer &p, const Integer &q, const Integer &seed);
bool IsRandomAccess() const {return true;}
- void Seek(dword index);
+ void Seek(lword index);
protected:
const Integer p, q;