nucypher / nufhe

NuCypher fully homomorphic encryption (NuFHE) library implemented in Python
https://nufhe.readthedocs.io/en/latest/
GNU General Public License v3.0
441 stars 53 forks source link

how to parallize nufhe code like openmp style for loops #34

Open bpradeep508 opened 2 years ago

bpradeep508 commented 2 years ago

i tried with pymp and numba but not working giving errors. can any one please help me

thanks in advance