Skip to content

Commit

Permalink
Update README.md to point to SEAL v 3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
olsaarik committed Apr 23, 2021
1 parent 4f31d3f commit 4b36cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++ 100

Next install Microsoft SEAL version 3.6:
```
git clone -b v3.6.0 https://github.com/microsoft/SEAL.git
git clone -b v3.6.4 https://github.com/microsoft/SEAL.git
cd SEAL
cmake -DSEAL_THROW_ON_TRANSPARENT_CIPHERTEXT=OFF .
make -j
Expand Down

0 comments on commit 4b36cb9

Please sign in to comment.