CKKS (Approximate Homomorphic Encryption)

CKKS is widely used for floating-point–like computation on encrypted data: it supports approximate arithmetic over real/complex values with controllable precision. It is not an IEEE-754 bit-exact floating-point circuit, but it is often the most practical choice for encrypted analytics and ML workloads.

Key ideas

Parameters (high level)

Next: see the implemented examples and run them from the browser.

Go to CKKS Examples