Skip to content

Commit

Permalink
fix var names again
Browse files Browse the repository at this point in the history
  • Loading branch information
brusshamilton committed Jan 24, 2024
1 parent cbbc603 commit c96050c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2736,7 +2736,7 @@ from querying the server during an auction.
To <dfn>compute the key hash of component ad</dfn> 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|.
</div>

Expand Down

0 comments on commit c96050c

Please sign in to comment.