From fbbad154b288e55fb0d7262914ec5fc3f8f547dd Mon Sep 17 00:00:00 2001 From: KiHoLee Date: Fri, 14 Aug 2026 01:45:10 +0900 Subject: [PATCH] Match the README key-entropy wording to the manuscript The fixed key space is 15.0 bits, counted over the L-1 non-constant Walsh-Hadamard rows, since the design excludes the all-ones row. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f80e20..761be92 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,8 @@ seed. `exp_refresh.py` implements that layer and shows why it has to draw from the transformations that leave the decision statistic invariant: a refresh that installs fresh orthogonal keys instead costs the legitimate users a factor of nearly three, while the invariant -refresh is free and raises the per-block key to 64.8 bits. +refresh costs nothing and raises the per-block key from 15.0 to 64.8 +bits. ## License