microsoft / SEAL

Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
https://www.microsoft.com/en-us/research/group/cryptography-research/
MIT License
3.62k stars 709 forks source link

non-linear functions issue #591

Closed macknight closed 1 year ago

macknight commented 1 year ago

Hi,

Any method for non-linear functions like sign function?

And how to calculate piecewise functions? like f(x) = x^2 + 3*x , when x >3 = x - 5 , when x <= 3

BR