Commit 8732faf
feat(benches): criterion benchmarks for signature verification paths
Adds criterion-driven benchmarks for the four signature-verification hot
paths: Ed25519 verify, DSSE envelope parse+verify, Merkle tree validation
(parameterised by leaf count), and cert-chain validation (parameterised
by chain length, matching MAX_CHAIN_DEPTH=8 from audit PR #98).
SLH-DSA bench deferred to issue #46. CI integration deferred to a
follow-up PR — this commit only lands the bench harness so baselines
can be captured.
Traceability comments at the top of the bench file link each group to
its CR-* artifact.
Implements: #89
Verifies: CR-1, CR-3, CR-7, CR-8
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 57c5b71 commit 8732faf
3 files changed
Lines changed: 442 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
| |||
0 commit comments