compute_conformance_hash

Function compute_conformance_hash 

Source
pub async fn compute_conformance_hash<C: Conformance>(n_cases: usize) -> String
Expand 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.