verify-bundle

command
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2026 License: MIT Imports: 13 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL