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

refactor algorithm descriptions #155

Merged
merged 6 commits into from Feb 8, 2022
Merged

refactor algorithm descriptions #155

merged 6 commits into from Feb 8, 2022

Conversation

martinduke
Copy link
Contributor

Fixes #154, narrows single-pass encryption to a special-case optimization, and simplifies presentation of the design.

Copy link
Contributor

@huitema huitema left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That works. The macros are clever, and you may want to explain the cleverness somewhere. It is obvious to me that you want to align "right" and "left" to an even number of bytes, adding a null nibble at the left or right or at the right of left. That will indeed save a lot of bit twiddling.

Found an unrelated typo.

draft-ietf-quic-load-balancers.md Show resolved Hide resolved
@martinduke martinduke merged commit 3f97109 into main Feb 8, 2022
@martinduke martinduke deleted the fix-scid branch February 8, 2022 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simplify Short Connection CID Algorithm
2 participants