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:
+2
-2
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user