From 3c52c13ab99b92f8e31cf03bcf9e78fd3d36990d Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:14:15 -0700 Subject: [PATCH] Remove delivery address --- standards/application/privatev1.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/standards/application/privatev1.md b/standards/application/privatev1.md index 8f749a6..5b143fa 100644 --- a/standards/application/privatev1.md +++ b/standards/application/privatev1.md @@ -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.