kxco-verify 0.1.3 → 1.0.1
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/CHANGELOG.md +6 -0
- package/README.md +6 -0
- package/package.json +5 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -161,3 +161,9 @@ This library is deliberately permissively licensed and architecturally independe
|
|
|
161
161
|
- [`verify.kxco.ai`](https://verify.kxco.ai) — public web verifier (runs this library client-side)
|
|
162
162
|
- [`docs/verification.md`](./docs/verification.md) — full end-to-end verification flow
|
|
163
163
|
- [`docs/threat-model.md`](./docs/threat-model.md) — what this library does and does not protect against
|
|
164
|
+
|
|
165
|
+
## Maintainers
|
|
166
|
+
|
|
167
|
+
Shayne Heffernan · John Heffernan — [KXCO by Knightsbridge](https://kxco.ai)
|
|
168
|
+
|
|
169
|
+
Deployed in production at [target150.com](https://target150.com), [knightsbridgelaw.com](https://knightsbridgelaw.com), [livetradingnews.com](https://livetradingnews.com).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kxco-verify",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Independent, browser-safe verifier for KXCO post-quantum signed deploy attestations. Verifies ML-DSA-65 (NIST FIPS 204) signatures emitted by sites that use kxco-post-quantum. No trust delegation: this library tells you whether the signature math checks out and whether the manifest-declared key matches the live well-known endpoint \u00e2\u20ac\u201d it does NOT vouch for any site.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"post-quantum",
|
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
],
|
|
17
17
|
"license": "Apache-2.0",
|
|
18
18
|
"author": "KXCO by Knightsbridge <hello@kxco.ai>",
|
|
19
|
+
"contributors": [
|
|
20
|
+
{ "name": "Shayne Heffernan" },
|
|
21
|
+
{ "name": "John Heffernan" }
|
|
22
|
+
],
|
|
19
23
|
"homepage": "https://verify.kxco.ai",
|
|
20
24
|
"funding": "https://kxco.ai",
|
|
21
25
|
"repository": {
|