Intel HEXL
Intel Homomorphic Encryption Acceleration Library, accelerating the modular arithmetic operations used in homomorphic encryption.
|
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
intel | |
intel::hexl | |
Functions | |
void | intel::hexl::EltwiseSubMod (uint64_t *result, const uint64_t *operand1, const uint64_t *operand2, uint64_t n, uint64_t modulus) |
Subtracts two vectors elementwise with modular reduction. More... | |
void | intel::hexl::EltwiseSubMod (uint64_t *result, const uint64_t *operand1, uint64_t operand2, uint64_t n, uint64_t modulus) |
Subtracts a scalar from a vector elementwise with modular reduction. More... | |