summaryrefslogtreecommitdiff
path: root/rabbit.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-05 11:48:52 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-05 11:48:52 -0400
commit24d54f06e64f56248ea8e23a9590a43e91eef6de (patch)
tree26a5476e968da2f3ac284d61dff4332bf3da6eea /rabbit.h
parent717a81484a7f41731a28ad417160b81bc910f123 (diff)
downloadcryptopp-git-24d54f06e64f56248ea8e23a9590a43e91eef6de.tar.gz
Remove GetOptimalBlockSize from Rabbit
The AdditiveCipherConcretePolicy adapter already provides it
Diffstat (limited to 'rabbit.h')
-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