summaryrefslogtreecommitdiff
path: root/wake.h
diff options
context:
space:
mode:
Diffstat (limited to 'wake.h')
-rw-r--r--wake.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wake.h b/wake.h
index 2fa00a8..e3c9390 100644
--- a/wake.h
+++ b/wake.h
@@ -44,7 +44,7 @@ protected:
void Iterate(byte *output, const byte *input, CipherDir dir, size_t iterationCount);
// OFB
void OperateKeystream(KeystreamOperation operation, byte *output, const byte *input, size_t iterationCount);
- bool IsRandomAccess() const {return false;}
+ bool CipherIsRandomAccess() const {return false;}
};
namespace Weak {