pub async fn compute_conformance_hash<C: Conformance>(n_cases: usize) -> StringExpand description
Compute the conformance hash for a type using the Conformance trait.
Generates n_cases commitments (using seeds 0..n_cases), and hashes
all the bytes together using SHA-256.