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

Remove padding length from CiphertextContent #642

Closed
bifurcation opened this issue May 4, 2022 · 0 comments · Fixed by #650
Closed

Remove padding length from CiphertextContent #642

bifurcation opened this issue May 4, 2022 · 0 comments · Fixed by #650

Comments

@bifurcation
Copy link
Collaborator

As discussed on the mailing list, we should refactor MLSCiphertextContent so that the padding is not length-delimited, something like:

struct {
    select (content_type) { ... }
    MLSMessageAuth auth;
    uint8 zeros[length_of_padding];
} MLSCiphertextContent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant