diff options
author | Jack Lloyd <[email protected]> | 2016-09-05 13:29:47 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-09-05 13:29:47 -0400 |
commit | e36523f55b0dee0b60238d5b75ca54f5a6a8542a (patch) | |
tree | b2d8adb9986e95974c17200ec996e743da24d12e /src | |
parent | fd39528f76a03b1308afb99bb4f77f722e212246 (diff) |
Remove bogus decl
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/stream/chacha/chacha.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/stream/chacha/chacha.h b/src/lib/stream/chacha/chacha.h index 9b4c5d76f..7e9e54768 100644 --- a/src/lib/stream/chacha/chacha.h +++ b/src/lib/stream/chacha/chacha.h @@ -47,8 +47,6 @@ class BOTAN_DLL ChaCha final : public StreamCipher private: void key_schedule(const byte key[], size_t key_len) override; - void incr_state_counter(size_t howmany); - void chacha_x4(byte output[64*4], u32bit state[16], size_t rounds); #if defined(BOTAN_HAS_CHACHA_SSE2) |