summaryrefslogtreecommitdiff
path: root/blumshub.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2003-07-25 00:15:52 +0000
committerweidai <weidai11@users.noreply.github.com>2003-07-25 00:15:52 +0000
commit57109b3120b8286cdd7b4d143854f2d27873368c (patch)
tree9227398b87250aa1eca81b0853a967fe9d003103 /blumshub.h
parent623113a28bea6dd52a3d85579baa5d98383d99a8 (diff)
downloadcryptopp-git-57109b3120b8286cdd7b4d143854f2d27873368c.tar.gz
fix bugs in 64-bit CPU support
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 dbbb8be4..6583e886 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;