pub fn hash_random_name(name: String) -> String
Expand description

Hashes a given name using SHA256 and returns the hex-encoded result.

§Parameters

  • name: A String representing the name to be hashed.

§Returns

A String containing the hex-encoded hash of the name.