Skip to content

Prabhath22/seal-homomorphic-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Homomorphic Encryption using Microsoft SEAL (CKKS)

This project demonstrates privacy-preserving computation using Microsoft SEAL. It performs arithmetic operations directly on encrypted data.

Features

  • Addition on encrypted data
  • Subtraction on encrypted data
  • Multiplication on encrypted data
  • Computation without decryption

Tech Stack

  • C++
  • Microsoft SEAL
  • Visual Studio 2022

Concept

Homomorphic encryption allows computations on encrypted data without revealing original values. :contentReference[oaicite:0]{index=0}

How to Run

  1. Install Microsoft SEAL
  2. Open project in Visual Studio
  3. Run main.cpp

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages