zpk1-protocol
v0.1.1
Published
Strict parser, validator, and packer for the ZPK1 packed payload protocol.
Maintainers
Readme
zpk1
Strict parser / validator / packer for the ZPK1 packed payload protocol.
ZPK1 is a deterministic, pipe-delimited, human-readable format for pre-hashed payloads intended for timestamping or attestation without transmitting raw data.
This package enforces the ZPK1 specification only. It does not perform hashing or timestamping. To obtain verifiable time receipts, submit a valid ZPK1 string to a timestamping authority (e.g., ZEUS Verify).
Design goals:
- minimal surface area
- strict structural enforcement
- zero dependencies
- no silent normalization
- deterministic behavior across environments
Install
npm i zpk1-protocol