Fix legacy naming for EncryptedPayload

This commit is contained in:
Jazz Turner-Baggs 2025-07-15 07:10:49 -07:00
parent c20ade91cf
commit 96187da805
No known key found for this signature in database

View File

@ -111,9 +111,9 @@ flowchart TD
D --> InboxV1Frame
```
### EncryptedBytes
### EncryptedPayload
The EncryptedBytes message is a self-describing wrapper for all encrypted payloads.
The EncryptedPayload message is a self-describing wrapper for all encrypted payloads.
This message type makes no assumptions about the encryption used and allows new conversation types to use the same messaging framework.
As this protocol uses the KN noise handshake, the encoding wrapper uses the corresponding type.