Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

d-krause
Copy link

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