diff options
-rw-r--r-- | doc/side_channels.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/side_channels.rst b/doc/side_channels.rst index 5fe660171..fa42d94ac 100644 --- a/doc/side_channels.rst +++ b/doc/side_channels.rst @@ -333,7 +333,8 @@ Hash Functions Most hash functions included in Botan such as MD5, SHA-1, SHA-2, SHA-3, Skein, and BLAKE2 do not require any input-dependent memory lookups, and so seem to not be -affected by common CPU side channels. +affected by common CPU side channels. However the implementations of Whirlpool +and Streebog use table lookups and probably can be attacked by side channels. Memory comparisons ---------------------- |