From 58d9f812c149943cc18bd5b926b22fcc7b9b8b27 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 25 Jul 2003 00:15:52 +0000 Subject: fix bugs in 64-bit CPU support git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@112 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- blumshub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blumshub.h') 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; -- cgit v1.2.1