Function TRAP::Utils::Hash::SHA3_512(std::string_view)#

Function Documentation#

std::array<u8, 64> TRAP::Utils::Hash::SHA3_512(std::string_view str)#

Retrieve the SHA3 512 hash of the given string.

Parameters:

str – String to get hash from.

Returns:

SHA3 512 hash of input.