Intel HEXL
Intel Homomorphic Encryption Acceleration Library, accelerating the modular arithmetic operations used in homomorphic encryption.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
hexl.hpp
Go to the documentation of this file.
1 // Copyright (C) 2020-2021 Intel Corporation
2 // SPDX-License-Identifier: Apache-2.0
3 
4 #pragma once
5 
15 #include "hexl/logging/logging.hpp"
16 #include "hexl/ntt/ntt.hpp"
18 #include "hexl/util/check.hpp"
19 #include "hexl/util/compiler.hpp"
20 #include "hexl/util/defines.hpp"
21 #include "hexl/util/types.hpp"
22 #include "hexl/util/util.hpp"