summaryrefslogtreecommitdiff
path: root/seal.h
diff options
context:
space:
mode:
Diffstat (limited to 'seal.h')
-rw-r--r--seal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/seal.h b/seal.h
index 2e19002..9157720 100644
--- a/seal.h
+++ b/seal.h
@@ -23,7 +23,7 @@ protected:
void OperateKeystream(KeystreamOperation operation, byte *output, const byte *input, unsigned int iterationCount);
void CipherResynchronize(byte *keystreamBuffer, const byte *IV);
bool IsRandomAccess() const {return true;}
- void SeekToIteration(dword iterationCount);
+ void SeekToIteration(lword iterationCount);
private:
FixedSizeSecBlock<word32, 512> m_T;