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

To create a public link, set `share=True` in `launch()`. ['0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1'] ['0', '0', '0', '0', '0',...

i am tring to install nufhe in raspberry, library not installing and giving error fatal error : CL/cl.h no such fiel or directory please suggest how to do it or...

zero= np.zeros((size,), dtype=bool) A = fixSizeBoolList(3,size) B = fixSizeBoolList(2,size) theta = fixSizeBoolList(0,size) temp=fixSizeBoolList(0,size) Y = fixSizeBoolList(7,size) ciX=ctx.encrypt(secret_key, A) ciY=ctx.encrypt(secret_key, B) print("cix:",ctx.decrypt(secret_key, ciX)) print("ciy:",ctx.decrypt(secret_key, ciY)) enc_theta=ctx.encrypt(secret_key, theta) enc_temp=ctx.encrypt(secret_key, theta) enc_val=ctx.encrypt(secret_key, Y)...

![9efd84ec-0173-4efc-9850-e02e35dae690](https://user-images.githubusercontent.com/47973791/205845945-3dd6432f-3cd8-4a21-b7c0-c5aaec877e2a.jpeg)

Hi there! I was reading [this doc](https://github.com/nucypher/nufhe/blob/master/doc/source/implementation_details.rst) and I found it helpful, but it had two mistakes about FFTs I thought you might want to correct. Note I did not...