Skip to content

Commit

Permalink
Fix typos in protocol spec`
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-wood committed Dec 19, 2023
1 parent 26e0aa4 commit bfd536b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-privacypass-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bfd536b

Please sign in to comment.