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
Namespaces | Enumerations | Functions
util.hpp File Reference
#include <cstddef>
Include dependency graph for util.hpp:
This graph shows which files directly or indirectly include this file:

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...