summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lsh256.cpp1
-rw-r--r--lsh512.cpp1
-rw-r--r--xts.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/lsh256.cpp b/lsh256.cpp
index 75f83755..c25fe3e1 100644
--- a/lsh256.cpp
+++ b/lsh256.cpp
@@ -95,7 +95,6 @@ const unsigned int LSH_TYPE_256_224 = 0x000001C;
// const unsigned int LSH_TYPE_224 = LSH_TYPE_256_224;
// const unsigned int LSH_TYPE_256 = LSH_TYPE_256_256;
-
/* LSH AlgType Macro */
inline bool LSH_IS_LSH512(lsh_uint val) {
diff --git a/lsh512.cpp b/lsh512.cpp
index 13c61655..c3987b63 100644
--- a/lsh512.cpp
+++ b/lsh512.cpp
@@ -92,7 +92,6 @@ const unsigned int LSH_TYPE_512_224 = 0x001001C;
// const unsigned int LSH_TYPE_384 = LSH_TYPE_512_384;
// const unsigned int LSH_TYPE_512 = LSH_TYPE_512_512;
-
/* LSH AlgType Macro */
inline bool LSH_IS_LSH512(lsh_uint val) {
diff --git a/xts.cpp b/xts.cpp
index 91bece25..3e64ee87 100644
--- a/xts.cpp
+++ b/xts.cpp
@@ -27,7 +27,6 @@
# define CONST_M128_CAST(x) ((const __m128i *)(const void *)(x))
#endif
-
#if defined(__aarch32__) || defined(__aarch64__) || defined(_M_ARM64)
# if (CRYPTOPP_ARM_NEON_HEADER)
# include <arm_neon.h>