Skip to content

NIP-76: Private Channels - Draft 2 - Includes Client Implementation and Tool kit library #334

Draft
d-krause wants to merge 4 commits intoblock-core:mainfrom
d-krause:nip76-draft-2
Draft

NIP-76: Private Channels - Draft 2 - Includes Client Implementation and Tool kit library #334
d-krause wants to merge 4 commits intoblock-core:mainfrom
d-krause:nip76-draft-2

Conversation

@d-krause
Copy link
Copy Markdown

WORK IN PROGRESS

  • More cleanup work to do, but this version can demonstrate basic functionality

Overview

  • Each Private Channel message is encrypted with a unique key, signed with another unique key, and reveals no identifying information about the author or the intended recipient.
  • Event signatures are verified through channel chainCode key derivation.
  • Channel Keys are exchanged via event pointer strings, encrypted (by password or computed secret), which are the keys to a single nostrEvent called an Invitation.

Links

@d-krause d-krause marked this pull request as draft April 26, 2023 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant