Closed bifurcation closed 1 year ago
I have a slight preference for SignedMessage and EncryptedMessage instead of PublicMessage and PrivateMessage
As discussed in the interim 2022-12-16:
For anyone wondering, here are the final changes made by this PR.
Before | After |
---|---|
MLSMessage | MLSMessage |
MLSContent | FramedContent |
MLSContentTBS | FramedContentTBS |
MLSContentAuthData | FramedContentAuthData |
MLSAuthenticatedContent | AuthenticatedContent |
MLSContentTBM | AuthenticatedContentTBM |
MLSSenderData | SenderData |
MLSSenderDataAAD | SenderDataAAD |
MLSCiphertextContent | PrivateContentTBE |
MLSCiphertextContentAAD | PrivateContentAAD |
MLSPlaintext | PublicMessage |
MLSCiphertext | PrivateMessage |
Which makes me wonder: since SenderData
is only meant to be encrypted, shouldn't it be SenderDataTBE
?
Fixes #759
As discussed in #759, this PR makes the following terminology changes:
It might be useful to review the two commits here separately. The first is just a global search-and-replace. The second is a light review for grammar ("a" vs. "an"), and makes a few small copy edits.