@agimon-ai/doompi-web-security 0.0.1-alpha.18 → 0.0.1-alpha.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ sees timing and sizes but not content.
|
|
|
31
31
|
The QR pairing path anchors key exchange out of band. The host's ephemeral P-256 public key is printed on
|
|
32
32
|
the screen the user is holding, so the relay cannot substitute its own. A returning device instead receives
|
|
33
33
|
the current public key after proving a passkey. That path depends on the trusted code-delivery edge described
|
|
34
|
-
|
|
34
|
+
in [The signed bundle-manifest primitive](#the-signed-bundle-manifest-primitive), and the key itself is public rather than secret.
|
|
35
35
|
|
|
36
36
|
Three properties worth knowing, because getting any of them wrong is silent:
|
|
37
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agimon-ai/doompi-web-security",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.19",
|
|
4
4
|
"description": "Shared security primitives for the DoomPi web cockpit: sealed channels and signed bundle manifests for independently trusted verifiers.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|