Intel HEXL
Intel Homomorphic Encryption Acceleration Library, accelerating the modular arithmetic operations used in homomorphic encryption.
|
#include <cstddef>
Go to the source code of this file.
Namespaces | |
intel | |
intel::hexl | |
Enumerations | |
enum | intel::hexl::CMPINT { intel::hexl::CMPINT::EQ = 0, intel::hexl::CMPINT::LT = 1, intel::hexl::CMPINT::LE = 2, intel::hexl::CMPINT::FALSE = 3, intel::hexl::CMPINT::NE = 4, intel::hexl::CMPINT::NLT = 5, intel::hexl::CMPINT::NLE = 6, intel::hexl::CMPINT::TRUE = 7 } |
Represents binary operations between two boolean values. More... | |
Functions | |
CMPINT | intel::hexl::Not (CMPINT cmp) |
Returns the logical negation of a binary operation. More... | |