aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/salsa20/salsa20.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/salsa20/salsa20.h')
-rw-r--r--src/stream/salsa20/salsa20.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/salsa20/salsa20.h b/src/stream/salsa20/salsa20.h
index 345a8dbbd..d40b84cfc 100644
--- a/src/stream/salsa20/salsa20.h
+++ b/src/stream/salsa20/salsa20.h
@@ -26,7 +26,7 @@ class BOTAN_DLL Salsa20 : public StreamCipher
~Salsa20() { clear(); }
private:
void cipher(const byte[], byte[], u32bit);
- void key(const byte[], u32bit);
+ void key_schedule(const byte[], u32bit);
SecureBuffer<u32bit, 16> state;