Skip to content

Commit

Permalink
Merge pull request #505 from ietf-wg-privacypass/caw/fix-typos
Browse files Browse the repository at this point in the history
Fix typos in protocol spec
  • Loading branch information
tfpauly authored Dec 19, 2023
2 parents 26e0aa4 + bfd536b commit ad684be
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 ad684be

Please sign in to comment.