pub fn hash_random_name(name: String) -> String
Hashes a given name using SHA256 and returns the hex-encoded result.
name
String
A String containing the hex-encoded hash of the name.