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

Function Documentation#

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

Retrieve the Adler32 checksum of the given string.

Parameters:

str – String to get checksum from.

Returns:

Adler32 checksum of input.