Remove delivery address

This commit is contained in:
Jazz Turner-Baggs 2025-10-27 12:14:15 -07:00
parent 403bb7bc5f
commit 3c52c13ab9
No known key found for this signature in database

View File

@ -77,9 +77,6 @@ The channel is initialized by both sender and recipient agreeing on the followin
- `sk` - initial secret key [32 bytes]
- `ssk` - sender DH seed key
- `rsk` - recipient DH seed key
- `rda` - delivery address (recipient) !TODO: Can delivery addresses be removed from this spec?
- `sda` - delivery address (sender)
To maintain the security properties:
- `sk` MUST be known only by the participants.