Offline verifier for MeshGuard audit export bundles.
The verifier validates:
- Event canonical hash.
- Merkle inclusion proof.
- Tenant root signature.
- Global root signature.
- Witness proof metadata.
Signed bundle verification supports hmac-sha256 keyrings by default and Ed25519 when installed with the crypto extra.
python -m pip install -e ".[dev]"
pytest