summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rabbit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rabbit.h b/rabbit.h
index 9c6f04e6..42a55453 100644
--- a/rabbit.h
+++ b/rabbit.h
@@ -64,7 +64,6 @@ protected:
void OperateKeystream(KeystreamOperation operation, byte *output, const byte *input, size_t iterationCount);
void CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length);
bool CanOperateKeystream() const { return true; }
- unsigned int GetOptimalBlockSize() const { return 16; }
bool CipherIsRandomAccess() const { return false; }
// Master and working states