Skip to main content

Module differential

Module differential 

Source
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§

DiffResult
Result of a differential test comparison.
DiffSummary
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.