Function re_build_tools::compute_strings_hash
source ยท pub fn compute_strings_hash(strs: &[&str]) -> String
Expand description
Given a bunch of strings, computes the sha256 hash of their contents (in the order they were passed in) and returns an hexadecimal string for it.