Files
modules/trust-security/hyper-p2p-blind-pair-handoff
2026-05-20 22:56:32 -04:00
..
2026-05-20 22:56:32 -04:00
2026-05-20 22:56:32 -04:00
2026-05-20 22:56:32 -04:00
2026-05-20 21:19:52 -04:00
2026-05-20 22:56:32 -04:00
2026-05-20 21:57:50 -04:00
2026-05-20 21:57:50 -04:00
2026-05-20 22:56:32 -04:00

hyper-p2p-blind-pair-handoff

Production module: Blind pair handoff.

Protocol: blind-pair-handoff/v1

When to use

Peer session migration.

When not to use

Direct connect only.

Quick start

const { HyperP2PBlindPairHandoff } = require('hyper-p2p-blind-pair-handoff')
const m = new HyperP2PBlindPairHandoff()
await m.ready()
await m.close()

Docs

Test

npm install && npm test