summaryrefslogtreecommitdiff
path: root/rabbit.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-05 00:29:07 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-05 00:29:07 -0400
commitdd31eb80c001d4571f89eb2be52dbdc022c60ae9 (patch)
tree82eb884f4044984ec8d394316deebc5fe2cbf0ce /rabbit.h
parent93f46e43025a2ea36ec5c64eeb901e88ad1add38 (diff)
downloadcryptopp-git-dd31eb80c001d4571f89eb2be52dbdc022c60ae9.tar.gz
Add HC-128 stream cipher (GH #679)
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 61a8d421..2e1f2c8f 100644
--- a/rabbit.h
+++ b/rabbit.h
@@ -46,7 +46,6 @@ protected:
void CipherSetKey(const NameValuePairs &params, const byte *key, size_t length);
void OperateKeystream(KeystreamOperation operation, byte *output, const byte *input, size_t iterationCount);
bool CanOperateKeystream() const { return true; }
- unsigned int GetOptimalBlockSize() const { return 16; }
bool CipherIsRandomAccess() const { return false; }
// Master and working states