Skip to content

CKKS (Cheon-Kim-Kim-Song) scheme for calculation of a polynomial(3x^2+0.4x+1) using homomorphic encryption and Microsoft's SEAL library.

Notifications You must be signed in to change notification settings

b4k0/CKKSHomomorphicEncryptionPolynomialCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

CKKS (Cheon-Kim-Kim-Song) scheme for calculation of a polynomial(3x^2+0.4x+1) using homomorphic encryption and Microsoft's SEAL library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages