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