command
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jan 28, 2026
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
verify-bundle
Checks that a master-key attestation bundle hash matches the expected on-chain attestation hash.
Usage:
go run ./cmd/verify-bundle \
--bundle file:///path/to/bundle.json \
--expected-hash <sha256_bundle_hex>
Bundle expectations:
pubkey: compressed master pubkey
hash: sha256(pubkey)
quote: optional; not parsed here (this tool only checks the bundle hash and required fields)
Exit non-zero on mismatch.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.