Function TRAP::Utils::Hash::SHA3_256(std::string_view)# Function Documentation# std::array<u8, 32> TRAP::Utils::Hash::SHA3_256(std::string_view str)# Retrieve the SHA3 256 hash of the given string. Parameters: str – String to get hash from. Returns: SHA3 256 hash of input.