feat: add go-raw impl, CID verification in zig, two-tier results
- go-raw: fxamacker/cbor + hand-rolled CAR parser (~41k fps, 3.5x faster
than indigo)
- zig bench: add decode+verify mode using zat v0.2.1's CID hash
verification (~311k fps with SHA-256 per block)
- README: split results into production-correct (with CID verification)
and decode-only tables. only zat and indigo verify CID hashes.
- add CID verification comparison table
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>