Begin build phase
This commit is contained in:
@@ -6,13 +6,13 @@ Blind pairing handoff.
|
||||
|
||||
## Holepunch references (inspiration only)
|
||||
|
||||
- (none yet)
|
||||
- `blind-pairing`
|
||||
|
||||
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
|
||||
|
||||
## Composes with
|
||||
|
||||
- (none yet)
|
||||
- `hyper-p2p-session-bridge`
|
||||
|
||||
## Planned API
|
||||
|
||||
|
||||
@@ -5,7 +5,11 @@
|
||||
"protocol": "blind-pair-handoff/v1",
|
||||
"class": "HyperP2PBlindPairHandoff",
|
||||
"wave": 8,
|
||||
"holepunch_refs": [],
|
||||
"composes_with": [],
|
||||
"holepunch_refs": [
|
||||
"blind-pairing"
|
||||
],
|
||||
"composes_with": [
|
||||
"hyper-p2p-session-bridge"
|
||||
],
|
||||
"status": "scaffold"
|
||||
}
|
||||
|
||||
@@ -6,13 +6,13 @@ Encrypted topic wrapper.
|
||||
|
||||
## Holepunch references (inspiration only)
|
||||
|
||||
- (none yet)
|
||||
- `blind-encryption-sodium`
|
||||
|
||||
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
|
||||
|
||||
## Composes with
|
||||
|
||||
- (none yet)
|
||||
- `hyper-p2p-presence`
|
||||
|
||||
## Planned API
|
||||
|
||||
|
||||
@@ -5,7 +5,11 @@
|
||||
"protocol": "encrypted-topic/v1",
|
||||
"class": "HyperP2PEncryptedTopic",
|
||||
"wave": 8,
|
||||
"holepunch_refs": [],
|
||||
"composes_with": [],
|
||||
"holepunch_refs": [
|
||||
"blind-encryption-sodium"
|
||||
],
|
||||
"composes_with": [
|
||||
"hyper-p2p-presence"
|
||||
],
|
||||
"status": "scaffold"
|
||||
}
|
||||
|
||||
@@ -6,13 +6,13 @@ Key rotation gossip.
|
||||
|
||||
## Holepunch references (inspiration only)
|
||||
|
||||
- (none yet)
|
||||
- `hypercore-crypto`
|
||||
|
||||
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
|
||||
|
||||
## Composes with
|
||||
|
||||
- (none yet)
|
||||
- `hyper-p2p-capabilities`
|
||||
|
||||
## Planned API
|
||||
|
||||
|
||||
@@ -5,7 +5,11 @@
|
||||
"protocol": "key-rotation/v1",
|
||||
"class": "HyperP2PKeyRotation",
|
||||
"wave": 8,
|
||||
"holepunch_refs": [],
|
||||
"composes_with": [],
|
||||
"holepunch_refs": [
|
||||
"hypercore-crypto"
|
||||
],
|
||||
"composes_with": [
|
||||
"hyper-p2p-capabilities"
|
||||
],
|
||||
"status": "scaffold"
|
||||
}
|
||||
|
||||
@@ -6,13 +6,13 @@ Threshold multisig helper.
|
||||
|
||||
## Holepunch references (inspiration only)
|
||||
|
||||
- (none yet)
|
||||
- `hyper-multisig`
|
||||
|
||||
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
|
||||
|
||||
## Composes with
|
||||
|
||||
- (none yet)
|
||||
- `hyper-p2p-quorum-pool`
|
||||
|
||||
## Planned API
|
||||
|
||||
|
||||
@@ -5,7 +5,11 @@
|
||||
"protocol": "multisig-threshold/v1",
|
||||
"class": "HyperP2PMultisigThreshold",
|
||||
"wave": 8,
|
||||
"holepunch_refs": [],
|
||||
"composes_with": [],
|
||||
"holepunch_refs": [
|
||||
"hyper-multisig"
|
||||
],
|
||||
"composes_with": [
|
||||
"hyper-p2p-quorum-pool"
|
||||
],
|
||||
"status": "scaffold"
|
||||
}
|
||||
|
||||
@@ -6,13 +6,13 @@ Session key rotation.
|
||||
|
||||
## Holepunch references (inspiration only)
|
||||
|
||||
- (none yet)
|
||||
- `hyperswarm-secret-stream`
|
||||
|
||||
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
|
||||
|
||||
## Composes with
|
||||
|
||||
- (none yet)
|
||||
- `hyper-p2p-session-bridge`
|
||||
|
||||
## Planned API
|
||||
|
||||
|
||||
@@ -5,7 +5,11 @@
|
||||
"protocol": "session-rotation/v1",
|
||||
"class": "HyperP2PSessionRotation",
|
||||
"wave": 8,
|
||||
"holepunch_refs": [],
|
||||
"composes_with": [],
|
||||
"holepunch_refs": [
|
||||
"hyperswarm-secret-stream"
|
||||
],
|
||||
"composes_with": [
|
||||
"hyper-p2p-session-bridge"
|
||||
],
|
||||
"status": "scaffold"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user