diff --git a/include/params.hpp b/include/params.hpp index 81c954a..2eca7c8 100644 --- a/include/params.hpp +++ b/include/params.hpp @@ -74,7 +74,7 @@ template using Key = std::array; template -using TLWE = std::array; +using TLWE = aligned_array; template using Polynomial = std::array;