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

gate_and doesn't work #21

Open DERACCO opened 4 years ago

DERACCO commented 4 years ago

Python int too large to convert to C long but gate_nand works fine.

fjarri commented 4 years ago

Could you provide more info? How exactly do you call gate_and() and what arguments are you passing to it?