std/hash.rave

September 17, 2024 ยท View on GitHub

std::hash::crc32

Returns a hash of the input data using the CRC32 algorithm.

Example:

uint hash = std::hash::crc32("Hi!", 3);