-
Notifications
You must be signed in to change notification settings - Fork 3
Home
弥华 edited this page Mar 20, 2025
·
2 revisions
This repository accompanies our paper SoK: FHE-Friendly Symmetric Ciphers and Transciphering and provides additional notes and remarks on the investigated tools.

| Transciphering Method | Message Format | FHE-friendly Z2 Ciphers | AES | Fp Ciphers |
|---|---|---|---|---|
| CGGI-based | Binary | ● | ◐ | ○ |
| RtF | Numeric | ○ | ○ | ● |
| BtR | Binary | ○ | ● | ○ |
-
○,◐, and●denote the compatibility level of the ciphers for each transciphering method, ranging from least compatible to compatible (○<◐<●).




| Library | Code | Docs | License |
|---|---|---|---|
| concrete | GitHub | https://concrete.zama.ai/ | AGPL-3.0 |
| lattigo | GitHub | -- | Apache-2.0 |
| TFHE | GitHub | https://tfhe.github.io/tfhe/ | Apache-2.0 |