Rename comparison rows to the figure labels (Permutation key, Index cipher)

The scheme labels in the comparison table now match the figure legends
verbatim, one label per scheme.
This commit is contained in:
KiHoLee
2026-08-17 14:11:55 +09:00
parent 47d974a5bf
commit b120364e38
+2 -2
View File
@@ -13,8 +13,8 @@ DATA = Path(__file__).resolve().parents[1] / "data"
NAME = { NAME = {
"proposed": r"\textbf{Proposed keyed masking}", "proposed": r"\textbf{Proposed keyed masking}",
"public_mask": "Public masks", "public_mask": "Public masks",
"perm_key": r"Global-permutation key~\cite{chen2023shuffling}", "perm_key": r"Permutation key~\cite{chen2023shuffling}",
"index_cipher": "Per-user index cipher", "index_cipher": "Index cipher",
"oma_plain": "OMA (no encryption)", "oma_plain": "OMA (no encryption)",
"random": "Random", "random": "Random",
"hadamard": "Walsh-Hadamard", "hadamard": "Walsh-Hadamard",