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 | Functions
eltwise-cmp-sub-mod.hpp File Reference
#include <stdint.h>
#include "hexl/util/util.hpp"
Include dependency graph for eltwise-cmp-sub-mod.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 intel
 
 intel::hexl
 

Functions

void intel::hexl::EltwiseCmpSubMod (uint64_t *result, const uint64_t *operand1, uint64_t n, uint64_t modulus, CMPINT cmp, uint64_t bound, uint64_t diff)
 Computes element-wise conditional modular subtraction. More...