Remove GetOptimalBlockSize from Rabbit
The AdditiveCipherConcretePolicy adapter already provides itpull/681/head^2
parent
717a81484a
commit
24d54f06e6
1
rabbit.h
1
rabbit.h
|
|
@ -64,7 +64,6 @@ protected:
|
||||||
void OperateKeystream(KeystreamOperation operation, byte *output, const byte *input, size_t iterationCount);
|
void OperateKeystream(KeystreamOperation operation, byte *output, const byte *input, size_t iterationCount);
|
||||||
void CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length);
|
void CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length);
|
||||||
bool CanOperateKeystream() const { return true; }
|
bool CanOperateKeystream() const { return true; }
|
||||||
unsigned int GetOptimalBlockSize() const { return 16; }
|
|
||||||
bool CipherIsRandomAccess() const { return false; }
|
bool CipherIsRandomAccess() const { return false; }
|
||||||
|
|
||||||
// Master and working states
|
// Master and working states
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue