@evidary/verify-core
v0.1.0
Published
Shared offline verification utilities for Evidary bundles. This package powers both the CLI and SDK.
Readme
Evidary Verify Core
Shared offline verification utilities for Evidary bundles. This package powers both the CLI and SDK.
Usage
import { verifyBundle } from "@evidary/verify-core";
const report = await verifyBundle(bundle, { jwks });
console.log(report.summary);Notes
- Designed for offline-first verification with no network calls.
- Uses WebCrypto for signature verification; provide a JWKS payload.
- TSA tokens are detected but not validated yet; the check is reported as SKIPPED.
