Navigation
API > API/Runtime > API/Runtime/uLangCore
Helper class for computing a 64 bit CRC We are using the ECMA CRC-64 polynomial 0x42F0E1EBA9EA3693
| Name | CCRC64 |
| Type | class |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/CRC.h |
| Include Path | #include "uLang/Common/Misc/CRC.h" |
Syntax
class CCRC64
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint64_t GenerateSlow
(
const uint8_t* Begin, |
Generate CRC64 from a string of bytes - slow but needs no table You can compute the CRC of two concatenated strings by computing the CRC of the first string, then passing the result into the PrevCRC argument when computing the CRC of the second string | uLang/Common/Misc/CRC.h |