IBM / fhe-toolkit-linux

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 158 forks source link

Correcting getting started #147

Closed boland25 closed 3 years ago

boland25 commented 3 years ago

Added the edits to the getting started guide that reflect the new way of switching between demos added the project title to the cmake file to get rid of the warning changed the name of the executable its looking for in the unit tests so the tests pass and the builds work again