feat: add preparsed-key benchmark tier for sig verification
isolates pure ECDSA math from SEC1 key decompression.
reveals Go's key parsing is ~17% of crypto-only time,
making the pure math gap 1.7x (not 1.5x).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>