diff --git a/blake2.cpp b/blake2.cpp index d309c6f8..3504f131 100644 --- a/blake2.cpp +++ b/blake2.cpp @@ -22,7 +22,7 @@ #include "cpu.h" // Uncomment for benchmarking C++ against SSE2 or NEON. -// Do so in both blake2.cpp and blake2-simd.cpp. +// Do so in both blake2.cpp and blake2_simd.cpp. // #undef CRYPTOPP_SSE41_AVAILABLE // #undef CRYPTOPP_ARM_NEON_AVAILABLE // #undef CRYPTOPP_ALTIVEC_AVAILABLE diff --git a/blake2b_simd.cpp b/blake2b_simd.cpp index f4a80662..1712e633 100644 --- a/blake2b_simd.cpp +++ b/blake2b_simd.cpp @@ -13,7 +13,7 @@ #include "blake2.h" // Uncomment for benchmarking C++ against SSE2 or NEON. -// Do so in both blake2.cpp and blake2-simd.cpp. +// Do so in both blake2.cpp and blake2_simd.cpp. // #undef CRYPTOPP_SSE41_AVAILABLE // #undef CRYPTOPP_ARM_NEON_AVAILABLE // #undef CRYPTOPP_ALTIVEC_AVAILABLE diff --git a/blake2s_simd.cpp b/blake2s_simd.cpp index ddffa096..4125c99b 100644 --- a/blake2s_simd.cpp +++ b/blake2s_simd.cpp @@ -23,7 +23,7 @@ #include "blake2.h" // Uncomment for benchmarking C++ against SSE2 or NEON. -// Do so in both blake2.cpp and blake2-simd.cpp. +// Do so in both blake2.cpp and blake2_simd.cpp. // #undef CRYPTOPP_SSE41_AVAILABLE // #undef CRYPTOPP_ARM_NEON_AVAILABLE // #undef CRYPTOPP_ALTIVEC_AVAILABLE diff --git a/cham_simd.cpp b/cham_simd.cpp index 4438d0ed..42a76c6e 100644 --- a/cham_simd.cpp +++ b/cham_simd.cpp @@ -12,7 +12,7 @@ #include "misc.h" // Uncomment for benchmarking C++ against SSE or NEON. -// Do so in both simon.cpp and simon-simd.cpp. +// Do so in both simon.cpp and simon_simd.cpp. // #undef CRYPTOPP_SSSE3_AVAILABLE // #undef CRYPTOPP_ARM_NEON_AVAILABLE diff --git a/lea_simd.cpp b/lea_simd.cpp index f887173d..b0ffc767 100644 --- a/lea_simd.cpp +++ b/lea_simd.cpp @@ -12,7 +12,7 @@ #include "misc.h" // Uncomment for benchmarking C++ against SSE or NEON. -// Do so in both simon.cpp and simon-simd.cpp. +// Do so in both simon.cpp and simon_simd.cpp. // #undef CRYPTOPP_SSSE3_AVAILABLE // #undef CRYPTOPP_ARM_NEON_AVAILABLE diff --git a/simeck_simd.cpp b/simeck_simd.cpp index b2aa82ed..03263b1d 100644 --- a/simeck_simd.cpp +++ b/simeck_simd.cpp @@ -12,7 +12,7 @@ #include "misc.h" // Uncomment for benchmarking C++ against SSE or NEON. -// Do so in both simon.cpp and simon-simd.cpp. +// Do so in both simon.cpp and simon_simd.cpp. // #undef CRYPTOPP_SSSE3_AVAILABLE // #undef CRYPTOPP_ARM_NEON_AVAILABLE diff --git a/simon.cpp b/simon.cpp index 7a57ce38..65a0dd50 100644 --- a/simon.cpp +++ b/simon.cpp @@ -8,7 +8,7 @@ #include "cpu.h" // Uncomment for benchmarking C++ against SSE or NEON. -// Do so in both simon.cpp and simon-simd.cpp. +// Do so in both simon.cpp and simon_simd.cpp. // #undef CRYPTOPP_SSSE3_AVAILABLE // #undef CRYPTOPP_SSE41_AVAILABLE // #undef CRYPTOPP_ARM_NEON_AVAILABLE diff --git a/simon128_simd.cpp b/simon128_simd.cpp index 7b0ea653..758ee9cb 100644 --- a/simon128_simd.cpp +++ b/simon128_simd.cpp @@ -12,7 +12,7 @@ #include "misc.h" // Uncomment for benchmarking C++ against SSE or NEON. -// Do so in both simon.cpp and simon-simd.cpp. +// Do so in both simon.cpp and simon_simd.cpp. // #undef CRYPTOPP_SSSE3_AVAILABLE // #undef CRYPTOPP_ARM_NEON_AVAILABLE diff --git a/simon64_simd.cpp b/simon64_simd.cpp index ad1d7a91..0702d782 100644 --- a/simon64_simd.cpp +++ b/simon64_simd.cpp @@ -12,7 +12,7 @@ #include "misc.h" // Uncomment for benchmarking C++ against SSE or NEON. -// Do so in both simon.cpp and simon-simd.cpp. +// Do so in both simon.cpp and simon_simd.cpp. // #undef CRYPTOPP_SSE41_AVAILABLE // #undef CRYPTOPP_ARM_NEON_AVAILABLE diff --git a/sm4_simd.cpp b/sm4_simd.cpp index 99bafa41..d19e0592 100644 --- a/sm4_simd.cpp +++ b/sm4_simd.cpp @@ -17,7 +17,7 @@ #include "misc.h" // Uncomment for benchmarking C++ against SSE. -// Do so in both simon.cpp and simon-simd.cpp. +// Do so in both simon.cpp and simon_simd.cpp. // #undef CRYPTOPP_AESNI_AVAILABLE #if (CRYPTOPP_AESNI_AVAILABLE) diff --git a/speck.cpp b/speck.cpp index 65cc06d3..abbbf52d 100644 --- a/speck.cpp +++ b/speck.cpp @@ -8,7 +8,7 @@ #include "cpu.h" // Uncomment for benchmarking C++ against SSE or NEON. -// Do so in both speck.cpp and speck-simd.cpp. +// Do so in both speck.cpp and speck_simd.cpp. // #undef CRYPTOPP_SSSE3_AVAILABLE // #undef CRYPTOPP_SSE41_AVAILABLE // #undef CRYPTOPP_ARM_NEON_AVAILABLE diff --git a/speck128_simd.cpp b/speck128_simd.cpp index c48bdaa5..1c61c9a1 100644 --- a/speck128_simd.cpp +++ b/speck128_simd.cpp @@ -12,7 +12,7 @@ #include "misc.h" // Uncomment for benchmarking C++ against SSE or NEON. -// Do so in both speck.cpp and speck-simd.cpp. +// Do so in both speck.cpp and speck_simd.cpp. // #undef CRYPTOPP_SSSE3_AVAILABLE // #undef CRYPTOPP_ARM_NEON_AVAILABLE diff --git a/speck64_simd.cpp b/speck64_simd.cpp index 40420063..204c0dca 100644 --- a/speck64_simd.cpp +++ b/speck64_simd.cpp @@ -12,7 +12,7 @@ #include "misc.h" // Uncomment for benchmarking C++ against SSE or NEON. -// Do so in both speck.cpp and speck-simd.cpp. +// Do so in both speck.cpp and speck_simd.cpp. // #undef CRYPTOPP_SSE41_AVAILABLE // #undef CRYPTOPP_ARM_NEON_AVAILABLE