ToyFHE.jl icon indicating copy to clipboard operation
ToyFHE.jl copied to clipboard

Toy implementation of FHE algorithms

Results 3 ToyFHE.jl issues
Sort by recently updated
recently updated
newest added

I know that this will take some time, because currently the package relies on Keno's forked versions of several packages. But it would be great to eventually get `ToyFHE.jl` registered...

I think the issue is that the manifest uses an old version of CuArrays that does not work on Julia master. cc: @Keno ```julia julia> cd("ToyFHE.jl/examples/encrypted_mnist") julia rm("mnist_conv.bson"; force =...

The tests take quite a while to run. For some of the tests I wrote early one, the parameters are from real world instantiations of the schemes. This is unnecessary....