From b120364e3812350d74868c377d3e9d10709f4067 Mon Sep 17 00:00:00 2001 From: KiHoLee Date: Mon, 17 Aug 2026 14:11:55 +0900 Subject: [PATCH] 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. --- code/make_tables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/make_tables.py b/code/make_tables.py index 23071cc..2c14ff2 100644 --- a/code/make_tables.py +++ b/code/make_tables.py @@ -13,8 +13,8 @@ DATA = Path(__file__).resolve().parents[1] / "data" NAME = { "proposed": r"\textbf{Proposed keyed masking}", "public_mask": "Public masks", - "perm_key": r"Global-permutation key~\cite{chen2023shuffling}", - "index_cipher": "Per-user index cipher", + "perm_key": r"Permutation key~\cite{chen2023shuffling}", + "index_cipher": "Index cipher", "oma_plain": "OMA (no encryption)", "random": "Random", "hadamard": "Walsh-Hadamard",