Skip to content

mpuskaric/zeromq-openfhe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zeromq-openfhe

Client-Server with homomorphic encryption algorithms implemented. Client generates cryptocontext, key pair and evaluation multiplication key. Server receives the encrypted vector and performs simple processing, i.e. homomorphic multiplication of two vectors. Server then sends the result back to client for decryption

Prerequisites: OpenFHE[1], libzmq, cppzmq

[1] https://github.com/openfheorg/openfhe-development

Build instructions

mkdir build
cd build
cmake ..
make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published