diff options
author | lloyd <[email protected]> | 2008-11-09 15:57:31 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-09 15:57:31 +0000 |
commit | a02b8a6dcebfa285e42a6a7010735dfdf7b47ac0 (patch) | |
tree | 57899ab98328aea62d6d665a38638e112697ff5a /src/stream/wid_wake/wid_wake.h | |
parent | c604f94ec71cb520580c6fcf9257560bb7c053c5 (diff) |
Rename SymmetricAlgorithm::key to key_schedule to avoid many name
conflicts/collisions
Diffstat (limited to 'src/stream/wid_wake/wid_wake.h')
-rw-r--r-- | src/stream/wid_wake/wid_wake.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/wid_wake/wid_wake.h b/src/stream/wid_wake/wid_wake.h index 284572910..d73eee2d5 100644 --- a/src/stream/wid_wake/wid_wake.h +++ b/src/stream/wid_wake/wid_wake.h @@ -22,7 +22,7 @@ class BOTAN_DLL WiderWake_41_BE : public StreamCipher WiderWake_41_BE() : StreamCipher(16, 16, 1, 8) {} private: void cipher(const byte[], byte[], u32bit); - void key(const byte[], u32bit); + void key_schedule(const byte[], u32bit); void resync(const byte[], u32bit); void generate(u32bit); |