From c96050cdfe3d5f70193a979aecf7dde521bf7209 Mon Sep 17 00:00:00 2001 From: Russ Hamilton Date: Wed, 24 Jan 2024 20:50:53 +0000 Subject: [PATCH] fix var names again --- spec.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.bs b/spec.bs index 59cc69252..22d5e55ea 100644 --- a/spec.bs +++ b/spec.bs @@ -2736,7 +2736,7 @@ from querying the server during an auction. To compute the key hash of component ad given an [=interest group ad=] |igAd|: 1. Let |keyString| be the [=string/concatenation=] of the following strings separated with U+000A LF: 1. "ComponentBid" - 1. the [=URL serializer|serialization=] of |ad|. + 1. the [=URL serializer|serialization=] of |igAd|. 1. Return the [=SHA-256=] hash of the [=ASCII encoding=] of |keyString|.