SecLog Proof Bundle
═══════════════════

This directory contains a cryptographic proof that a specific
record was stored in the SecLog system. Verify independently
using only standard crypto libraries.

Files:
  proof.json       Cryptographic proof
  timing.json      Throughput measurement + hardware identity
  public_key.hex   Verification key
  README.txt       This file

timing.json pins the reference hardware:
  - hardware.cpu_model   — exact CPU the number was measured on
  - hardware.arch        — ISA (x86_64, aarch64, …)
  - hardware.logical_cores
  - hardware.os / kernel
  - config.*             — partition count, durability mode, etc.
Every TPS number in this bundle is meaningless without that
block — do not quote the throughput number alone.

To verify:

  pip install blake3 pynacl
  python3 verify_proof.py seclog-proof-bundle/
