Skip to content

Commit

Permalink
fix paper link and add security paper link
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 731461612
  • Loading branch information
j2kun authored and copybara-github committed Feb 26, 2025
1 parent e28df24 commit 2067901
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Dialect/Openfhe/Transforms/Passes.td
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ def CountAddAndKeySwitch : Pass<"openfhe-count-add-and-key-switch"> {
This pass counts the number of add and key-switch operations in the given function.

This is used for setting the EvalAddCount and EvalKeySwitchCount in OpenFHE library.
Cf. [Alexandru et al. 2024](https://eprint.iacr.org/2024/203) for why this
is important for security.

The detailed definition of these counts could be found in the KPZ21 paper
[Revisiting Homomorphic Encryption Schemes for Finite Fields](https://ia.cr/2021/201)
[Revisiting Homomorphic Encryption Schemes for Finite Fields](https://ia.cr/2021/204)

The pass should be run at the secret arithmetic level when management operations
have been inserted and the IR is stable.
Expand Down

0 comments on commit 2067901

Please sign in to comment.