hexl icon indicating copy to clipboard operation
hexl copied to clipboard

Intel:registered: Homomorphic Encryption Acceleration Library accelerates modular arithmetic operations used in homomorphic encryption

Results 8 hexl issues
Sort by recently updated
recently updated
newest added

Since the branch was renamed to `main` even relatively recent codebases tha depend on hexl (from ~ a year ago) are now broken. Example: ``` git clone -b 3.6.6 https://github.com/microsoft/SEAL...

Hello, I believe there is an issue in the check found at: `hexl/eltwise/eltwise-reduce-mod-avx512.hpp:84`. The code reads as follows: `if (input_mod_factor == modulus) { if (output_mod_factor == 2) { for (size_t...

I am weiting rust bindings for hexl [here](https://github.com/Janmajayamall/hexl-rs). I have added support for NTT operations and some elwise operations. However, I am running into issues with elwise operations with `prime`...

This branch has all reviews from custom_thread_pool draft PR https://github.com/intel/hexl/pull/135. The difference here is that the kernel functions are actually using the thread pool.

add required SECURITY.md file for OSSF Scorecard compliance