Verify

Verify a receipt.

Paste any signed receipt JSON below. Verification runs entirely in your browser via SubtleCrypto — no data leaves your machine. The form auto-detects which benchmark the receipt belongs to (convergence, memory, etc.) and verifies against the right public key.

Public verification keys

  • convergence-preview(convergence-v0.1-preview)
    sha256:6e2062047257a855016a93c6e3810df019e421c6b3948337b83c02661da6f732
  • memory(memory)
    sha256:bfddb2361001cbe9ca0a449e151f9208fbaa7c3d5b67b28faab8de09ce15caf7

CLI equivalent

npx @onenomad/przm-bench verify <receipt-file>.json

Programmatically: import { verifyReceipt, loadPublicKey } from '@onenomad/przm-bench'