From 24d54f06e64f56248ea8e23a9590a43e91eef6de Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 5 Jul 2018 11:48:52 -0400 Subject: [PATCH] Remove GetOptimalBlockSize from Rabbit The AdditiveCipherConcretePolicy adapter already provides it --- rabbit.h | 1 - 1 file changed, 1 deletion(-) 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