Update 112.md

Co-authored-by: Jon Staab <jstaab@protonmail.com>
This commit is contained in:
earonesty 2023-06-07 05:43:25 -07:00 committed by GitHub
parent d81b7c8c58
commit e6d179c41e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
112.md
View File

@ -6,7 +6,9 @@ Encrypted Group Events
`draft` `optional` `author:earonesty` `draft` `optional` `author:earonesty`
This NIP defines new event kinds for encrypted group events, with chat as the primary example, and with optional forward secrecy guidelines. This NIP defines new event kinds for encrypted channels with optional forward secrecy guidelines.
A channel is a way to create a private nostr sub-network, within which the protocol can operate normally
visible only to users entrusted with a given decryption key.
This NIP builds on the encryption from NIP-44, the gift-wrap of NIP-59 and the distributed chat channel management of NIP-28. It is similar to NIP-38, with the exception that gift-wrap is used on every message, and issues like metadata leakage and optional forward secrecy are addressed. This NIP builds on the encryption from NIP-44, the gift-wrap of NIP-59 and the distributed chat channel management of NIP-28. It is similar to NIP-38, with the exception that gift-wrap is used on every message, and issues like metadata leakage and optional forward secrecy are addressed.