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 c175a64..f914253 100644
--- a/seal.h
+++ b/seal.h
@@ -19,7 +19,7 @@ protected:
void CipherSetKey(const NameValuePairs &params, const byte *key, size_t length);
void OperateKeystream(KeystreamOperation operation, byte *output, const byte *input, size_t iterationCount);
void CipherResynchronize(byte *keystreamBuffer, const byte *IV);
- bool IsRandomAccess() const {return true;}
+ bool CipherIsRandomAccess() const {return true;}
void SeekToIteration(lword iterationCount);
private: