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

Go to the source code of this file.

Namespaces

 intel
 
 intel::hexl
 

Functions

void intel::hexl::EltwiseFMAMod (uint64_t *result, const uint64_t *arg1, uint64_t arg2, const uint64_t *arg3, uint64_t n, uint64_t modulus, uint64_t input_mod_factor)
 Computes fused multiply-add (arg1 * arg2 + arg3) mod modulus element-wise, broadcasting scalars to vectors. More...