Where I could find a good information about crypted computations (in servers)?

For example, in linear algebra you can send crypted parameters B’ and x’ to a server for computing y’ = B’*x’ where original parameters are crypted using matrix C, x’ = C*x and B’ = C*A*inv(C). So after receiving the crypted result y’ from the server, the client can then get results by computing y=inv(C)*y’.

In relation to this I’m interested in properties of function space of invertible functions F = {f | f^-1 exists}.

More Tomas Ukkonen's questions See All
Similar questions and discussions