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

Be explicit about padding #174

Merged
merged 1 commit into from
Aug 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion double/draft-ietf-perc-double.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ The processes is as follows:
* The X bit is set to zero
* The header is truncated to remove any extensions (i.e., keep
only the first 12 + 4 * CC bytes of the header)
* Payload: The RTP payload of the original packet
* Payload: The RTP payload of the original packet (including padding when
present)

4. Apply the inner cryptographic algorithm to the synthetic RTP packet
from the previous step.
Expand Down