hpsc-lab / SecureArithmetic.jl

Secure arithmetic operations using fully homomorphic encryption
https://hpsc-lab.github.io/SecureArithmetic.jl
MIT License
7 stars 1 forks source link

Support for 3D tensors #52

Open sloede opened 2 months ago

sloede commented 2 months ago

It would be great if we could also support 3D tensors besides vectors and matrices, e.g., to be able to do 3D simulations. This should probably be done after #51 though, since a single ciphertext with ring dimension $N = 2^{17}$ can only hold tensors up to approximately $40 \times 40 \times 40$.