aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/xtea_simd
diff options
context:
space:
mode:
Diffstat (limited to 'src/block/xtea_simd')
-rw-r--r--src/block/xtea_simd/xtea_simd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/block/xtea_simd/xtea_simd.h b/src/block/xtea_simd/xtea_simd.h
index e114bf63a..87eeb433b 100644
--- a/src/block/xtea_simd/xtea_simd.h
+++ b/src/block/xtea_simd/xtea_simd.h
@@ -12,8 +12,8 @@
namespace Botan {
-/*
-* XTEA (SIMD variant)
+/**
+* XTEA implemented using SIMD operations
*/
class BOTAN_DLL XTEA_SIMD : public XTEA
{