Skip to content

Latest commit

 

History

History

what-is-hhe

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

What is Hybrid Homomorphic Encryption

Demonstration code for the blog post what is hybrid homomorphic encryption.

Requirements

cpp==9.4.0
CMAKE>=3.13
SEAL==4.0.0

Running

  • cmake -S . -B build -DCMAKE_PREFIX_PATH=libs/seal
    Here, -DCMAKE_PREFIX_PATH specifies the path to the installed SEAL library.
  • cmake --build build
  • Run the compiled binary, for example ./build/WhatIsHHE

An example output is as follows:

running