Intel HEXL
Intel Homomorphic Encryption Acceleration Library, accelerating the modular arithmetic operations used in homomorphic encryption.
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
intel | |
intel::hexl | |
Functions | |
void | intel::hexl::CkksMultiply (uint64_t *result, const uint64_t *operand1, const uint64_t *operand2, uint64_t n, const uint64_t *moduli, uint64_t num_moduli) |
Computes CKKS multiplication. More... | |