Remove GetOptimalBlockSize from Rabbit

The AdditiveCipherConcretePolicy adapter already provides it
pull/681/head^2
Jeffrey Walton 2018-07-05 11:48:52 -04:00
parent 717a81484a
commit 24d54f06e6
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 1 deletions

View File

@ -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