Skip to content

DnyyGzd/Homomorphic-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

Homomorphic-Encryption

Setup

wget https://raw.githubusercontent.com/DnyyGzd/Homomorphic-Encryption/main/setup.bash
bash setup.bash

Append the following content to the end of ~/.bashrc (replace path/to/) and reboot.

export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
export PYTHONPATH="$PYTHONPATH:path/to/openfhe-python/build"

VSCode Pylance

Create a directory named .vscode within the project directory and generate a settings.json file containing the following content (replace path/to/).

{
    "python.analysis.extraPaths": [
        "path/to/stubs"
    ],
    "python.autoComplete.extraPaths": [
        "path/to/stubs"
    ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages