diff options
Diffstat (limited to 'src/lib/stream/salsa20/salsa20.cpp')
-rw-r--r-- | src/lib/stream/salsa20/salsa20.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/stream/salsa20/salsa20.cpp b/src/lib/stream/salsa20/salsa20.cpp index f11fe5e59..0d8942789 100644 --- a/src/lib/stream/salsa20/salsa20.cpp +++ b/src/lib/stream/salsa20/salsa20.cpp @@ -163,7 +163,7 @@ void Salsa20::key_schedule(const byte key[], size_t length) } /* -* Return the name of this type +* Set the Salsa IV */ void Salsa20::set_iv(const byte iv[], size_t length) { |