mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 11:04:52 -08:00
7 lines
129 B
C++
7 lines
129 B
C++
|
#pragma region Hashing
|
||
|
|
||
|
u32 crc32( void const* data, sw len );
|
||
|
u64 crc64( void const* data, sw len );
|
||
|
|
||
|
#pragma endregion Hashing
|