Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shaojian-ant authored Jan 8, 2025
1 parent a0e10be commit 0b60d6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heu/experimental/gpu-ckks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ sudo cmake --install build

```C++
std::unordered_map<size_t, ckks::EvaluationKey> gpu_evks;

for (size_t i = 0; i < galois_keys.data().size(); i++)
{
if (galois_keys.has_key(i))
Expand Down Expand Up @@ -107,4 +107,4 @@ sudo cmake --install build
## Flaws & TODOs

* **The version is not completely end-to-end!**
* Some new functions will be finished.
* Some new functions will be finished.

0 comments on commit 0b60d6c

Please sign in to comment.