pub fn compute_hash(files: &[SqlFile], parser_name: &str) -> String
Compute SHA-256 hash of SQL files. Files are sorted by path, each path+content separated by null bytes (matching the TS implementation).