Intel HEXL
Intel Homomorphic Encryption Acceleration Library, accelerating the modular arithmetic operations used in homomorphic encryption.
Namespaces | Functions
eltwise-cmp-sub-mod.hpp File Reference
#include <stdint.h>
#include "intel-hexl/util/util.hpp"

Go to the source code of this file.

Namespaces

 intel
 
 intel::hexl
 

Functions

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