diff --git a/src/libsodium/include/sodium/crypto_stream_aes256estream.h b/src/libsodium/include/sodium/crypto_stream_aes256estream.h index d4978345..27331d31 100644 --- a/src/libsodium/include/sodium/crypto_stream_aes256estream.h +++ b/src/libsodium/include/sodium/crypto_stream_aes256estream.h @@ -7,9 +7,8 @@ * provide any security against active attacks. * Furthermore, this implementation was not part of NaCl. * - * If you are looking for a stream cipher, you might consider - * crypto_stream_aes128ctr, crypto_stream_chacha20 or crypto_stream_(x)salsa20 - * which are timing-attack resistant. + * If you are looking for a stream cipher, you might consider crypto_stream_chacha20 + * or crypto_stream_(x)salsa20 which are timing-attack resistant instead. * * But unless you know what you're doing, what you are looking for is probably * the crypto_box or crypto_secretbox functions.