Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixt typos #5

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions draft-joras-sconepro-quic-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ This version of QUIC uses packet protection as defined for Initial packets in
section 5 of [QUIC-TLS].

This version of QUIC does not use packet numbers, therefore nonces are created
by combining the intial destination connection ID with the source connection ID
of the packet. Each SCONEPRO QUIC packet mus use a randomly generated source
connection ID with a high probability of being unique.
by combining the initial Destination Connection ID with the Source Connection
ID of the packet. A sender MUST generate a Source Connection ID with a high
probability of being unique for each packet.

## Public Salt
A publicly known salt is used to derive the secrets, specifically
Expand Down
Loading