Expand description
Differential testing framework.
Compares outputs of two implementations against the same inputs to detect discrepancies. Used to verify cross-implementation compatibility (e.g., our FROST vs. reference FROST).
Structs§
- Diff
Result - Result of a differential test comparison.
- Diff
Summary - Summary of a differential test run.
Functions§
- compare_
hashes - Compare hash function outputs for consistency.
- differential_
test - Run a differential comparison between two functions over a set of byte-vector inputs.