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