Skip to main content

Module rendezvous

Module rendezvous 

Source
Expand description

Rendezvous codes for temporary peer discovery.

The rendezvous system provides short, human-readable codes that clients can share to discover each other’s identities without exchanging long-lived public keys.

§Overview

  1. Client requests a rendezvous code from the server
  2. Server generates a unique code (e.g., “ABC-DEF-GHI”) and maps it to the client’s identity
  3. Peer uses the code to look up the client’s identity
  4. Server returns the identity and deletes the code (single-use)

Structs§

RendezvousCode
A temporary rendezvous code for peer discovery.