Skip to content

Commit

Permalink
I think we are done, aren't we?
Browse files Browse the repository at this point in the history
  • Loading branch information
hpdic committed Dec 18, 2024
1 parent 0ded0b0 commit 28d3fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pke/examples/hpdic_nemesis_ckks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ int main(int argc, char* argv[]) {
auto end_noise = high_resolution_clock::now();
auto duration_noise = duration_cast<milliseconds>(end_noise - start_noise).count();

return 0; // TODO: Stop here to only evaluate Nemesis
// return 0; // TODO: Stop here to only evaluate Nemesis

std::cout << "HPDIC Nemesis Encryption: Generated " << ciphertexts.size() << " ciphertexts." << std::endl;
std::cout << "HPDIC Nemesis Encryption time: " << duration_noise << " milliseconds." << std::endl;
Expand Down

0 comments on commit 28d3fb3

Please sign in to comment.