nufhe icon indicating copy to clipboard operation
nufhe copied to clipboard

NuCypher fully homomorphic encryption (NuFHE) library implemented in Python

Results 25 nufhe issues
Sort by recently updated
recently updated
newest added

Hello, I want to use gate_mux, but I get an error "Python int too large to convert to C long" when compiling. Do you know what the reason is? `...

Bumps [numpy](https://github.com/numpy/numpy) from 1.15.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Dear all, Thank you very much for your hard work and this wonderfull project. I would like to know if it is possible to use a 80 bit security key...

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

I tried to test the speed of nufhe gate bootstrapping by the following way but found it much slower than the result shown in nufhe's main page(0.13ms),how can I get...

TypeError Traceback (most recent call last) in () 259 lines.append([int(v) for v in line.split()]) 260 ctx = nufhe.Context() --> 261 secret_key, cloud_key = ctx.make_key_pair() 262 vm = ctx.make_virtual_machine(cloud_key) 263 size=16...

I do not know what 'Exception: No supported GPGPU APIs found' means. How can I solve this problem?

This would only be for learning or developing with it.