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
- Client requests a rendezvous code from the server
- Server generates a unique code (e.g., “ABC-DEF-GHI”) and maps it to the client’s identity
- Peer uses the code to look up the client’s identity
- Server returns the identity and deletes the code (single-use)
Structs§
- Rendevouz
Code - A temporary rendezvous code for peer discovery.