diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2025-12-24 06:38:23 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2025-12-24 06:38:42 -0300 |
| commit | b22711d050df662bfba5f813a35d801daf067dc8 (patch) | |
| tree | b35337741a0d081e41ea0bc624a2b56c68b414ca | |
| parent | e98d1150e93422a164f7e2bd85c7c78a9b1e081f (diff) | |
add hygiene: deleting announcement and key sharing events after they are no longer necessary.per-device-keys
| -rw-r--r-- | 4e.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -72,6 +72,7 @@ There are probably other advantages to not tying the user's identity to the keys | |||
| 72 | ``` | 72 | ``` |
| 73 | 73 | ||
| 74 | 11. Immediately **Tortilla** wakes up and sees the `kind:4455` that has just been published by **Cope**, decrypts the content using `ecdh(t, C)` and now **Tortilla** also knows the secret key `e`. **Tortilla** can now decrypt and encrypt the same things **Cope** could before. | 74 | 11. Immediately **Tortilla** wakes up and sees the `kind:4455` that has just been published by **Cope**, decrypts the content using `ecdh(t, C)` and now **Tortilla** also knows the secret key `e`. **Tortilla** can now decrypt and encrypt the same things **Cope** could before. |
| 75 | 12. After ensuring it has its copy of `a` and it matches the `A` published in the `kind:10044`, **Tortilla** proceeds to delete its own `kind:4454` and the corresponding `kind:4455` received from relays. | ||
| 75 | 76 | ||
| 76 | ### The protocol flow again, now in a colorful infographic | 77 | ### The protocol flow again, now in a colorful infographic |
| 77 | 78 | ||