pub fn calculate_hash(value: String) -> String
Expand description

Calculates the SHA-512 hash value for the given payload.

§Arguments

  • value - The payload for which the hash is to be calculated.

§Returns

A hexadecimal string representing the SHA-512 hash value.

§References: