u32 GetHash();
None.
Gets the final result of calculating the CRC-32/POSIX hash value.
Once the context has been initialized using the nn::util::Crc32Posix::InitializeContext function, you need to provide the input data using the nn::util::Crc32Posix::Update function.
CONFIDENTIAL