Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 1.55 KB

File metadata and controls

34 lines (17 loc) · 1.55 KB

CKKS Homomorphic Encryption Polynomial Calculator

What is CKKS and Homomorphic Encryption?

  • Homomorphic encryption is the conversion of data into ciphertext that can be analyzed and worked with as if it were still in its original form. Homomorphic encryptions allow complex mathematical operations to be performed on encrypted data without compromising the encryption.

homomorphic-enc

  • CKKS (Cheon-Kim-Kim-Song) is a public key encryption scheme, where a secret key and a public key are generated. While the public key is used for encryption and can be shared, the private key is used for decryption and must be kept secret.

ckks

Problem

  • Calculation of a polynomial using homomorphic encryption and CKKS scheme.

polynomial

Tools and Programming Language

Implementation

Results

Results