verifyhash 0.1.1 → 0.1.2
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/docs/ANCHORING.md +43 -22
- package/package.json +3 -2
- package/verifier/README.md +29 -0
- package/verifier/dist/BUILD-PROVENANCE.json +6 -6
- package/verifier/dist/verify-vh-standalone.js +1005 -3
- package/verifier/dist/verify-vh-standalone.js.sha256 +1 -1
- package/verifier/package.json +1 -1
- package/verifier/verify-vh.js +1002 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
6de719e11e3885c733aca329a10e4d25f0dff1e5f24d85934a43b3f766d4c0b0 verify-vh-standalone.js
|
package/verifier/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "verify-vh",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Standalone, read-only, OFFLINE verifier for verifyhash artifacts (evidence seals, reconciliation seals, dataset attestations, proof bundles). Near-zero-dependency: js-sha3 + a tiny vendored secp256k1 recovery — explicitly NO ethers/hardhat, so a third party can npm install it alone and audit it in an afternoon.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"bin": {
|