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

Function Documentation#

std::array<u8, 4> TRAP::Utils::Hash::CRC32(std::string_view str)#

Retrieve the CRC32 hash of the given string.

Parameters:

str – String to get hash from.

Returns:

CRC32 hash of input.