pub fn compute_signature(md5s: &HashSet<String>) -> StringExpand description
Compute a signature hash from a set of MD5 checksums.
The signature is computed by:
- Sorting the MD5s alphabetically
- Joining them with commas
- Computing MD5 of the concatenated string
This provides a deterministic identifier for a set of contigs.