From bfd536b47a24cfa93f088c5df36aa2e0fac0595b Mon Sep 17 00:00:00 2001 From: Christopher Wood Date: Tue, 19 Dec 2023 08:37:19 -0800 Subject: [PATCH] Fix typos in protocol spec` --- draft-ietf-privacypass-protocol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-privacypass-protocol.md b/draft-ietf-privacypass-protocol.md index c2d9641f..839c69ef 100644 --- a/draft-ietf-privacypass-protocol.md +++ b/draft-ietf-privacypass-protocol.md @@ -660,7 +660,7 @@ content as follows: ~~~ authenticator = - Finalize(pkI, nonce, blind_sig, blind_inv) + Finalize(pkI, PrepareIdentity(token_input), blind_sig, blind_inv) ~~~ The Finalize function is defined in {{Section 4.4 of BLINDRSA}}. If this @@ -677,7 +677,7 @@ struct { } Token; ~~~ -The Token.nonce value is that which was sampled in {{private-request}}. +The Token.nonce value is that which was sampled in {{public-request}}. If the Finalize function fails, the Client aborts the protocol. ## Token Verification