void InitializeContext(
u32 context = CRC32_STANDARD_INIT
);
| Name | Description | |
|---|---|---|
| in | context | Initial value of the context. Normally the default value is used. |
Initializes the context used for calculating CRC-32 hash values.
Call this before using the nn::util::Crc32::Update or nn::util::Crc32::GetHash function.
CONFIDENTIAL