ericbinnendyk / myFHEproject

My class project on Fully Homomorphic Encryption (winter 2023)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • Class project on FHE (fully homomorphic encryption)

To run:

  • Download the OpenFHE library: https://github.com/openfheorg/openfhe-development
  • Run mkdir build and cd build.
  • Run cmake .. followed by make to build executable files.
  • When adding a new source file, update CMakeLists.txt with the file name under the add_executable line.

About

My class project on Fully Homomorphic Encryption (winter 2023)


Languages

Language:C++ 90.7%Language:CMake 7.2%Language:Python 2.0%