IBM Fully Homomorphic Encryption Toolkit For Linux. This toolkit is a Linux based Docker container that demonstrates computing on encrypted data without decrypting it! The toolkit ships with two demos including a fully encrypted Machine Learning inference with a Neural Network and a Privacy-Preserving key-value search.
MIT License
1.44k
stars
159
forks
source link
Skip uncompression if the dependencies are already there and uncompressed #8
Feature description
The build script currently uncompresses the dependencies, even when they have already been uncompressed. This isn't so bad for HElib and NTL but boost takes an appreciable time to uncompress. The build script should do something to check that if the directory is there, and if it is don't uncompress.
Acceptance criteria
Build script should not uncompress dependencies if the files already exist.
Feature description The build script currently uncompresses the dependencies, even when they have already been uncompressed. This isn't so bad for HElib and NTL but boost takes an appreciable time to uncompress. The build script should do something to check that if the directory is there, and if it is don't uncompress.
Acceptance criteria