Skip to content

Commit c92b812

Browse files
committed
tighten README copy
1 parent 74ef5e5 commit c92b812

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
ZAP1 Merkle proof verification for JavaScript and TypeScript. WASM-powered BLAKE2b-256 with ZAP1 domain-separated personalizations.
66

7-
Zero-trust verification of on-chain commitments. All cryptography runs client-side via WebAssembly compiled from the `zap1-verify` Rust crate.
7+
Client-side verification of on-chain commitments. All cryptography runs in WebAssembly compiled from the `zap1-verify` Rust crate.
88

99
## Install
1010

@@ -58,7 +58,7 @@ const parent = await nodeHash(leftHex, rightHex);
5858
| `parseBundle(json)` | Parse and normalize an API proof bundle |
5959
| `EVENT_TYPES` | Array of all 9 deployed ZAP1 event types |
6060

61-
## Personalizations
61+
## Personalizations (protocol constants)
6262

6363
| Context | Value (16 bytes) |
6464
|---------|-----------------|

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frontiercompute/zap1",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "ZAP1 Merkle proof verification for JavaScript/TypeScript - WASM-powered BLAKE2b-256",
55
"type": "module",
66
"main": "dist/index.js",
@@ -19,7 +19,7 @@
1919
"build": "mkdir -p dist && cp src/index.js dist/index.js && cp src/index.d.ts dist/index.d.ts",
2020
"test": "node test/test.js"
2121
},
22-
"keywords": ["zcash", "blake2b", "merkle", "proof", "zap1", "nordic-shield", "wasm"],
22+
"keywords": ["zcash", "blake2b", "merkle", "proof", "zap1", "wasm"],
2323
"author": "Zk-nd3r <zk_nd3r@frontiercompute.io>",
2424
"license": "MIT",
2525
"repository": {

0 commit comments

Comments
 (0)