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-reduce-mod.hpp File Reference
#include <stdint.h>
Include dependency graph for eltwise-reduce-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::EltwiseReduceMod (uint64_t *result, const uint64_t *operand, uint64_t n, uint64_t modulus, uint64_t input_mod_factor, uint64_t output_mod_factor)
 Performs elementwise modular reduction. More...