diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-01 09:40:51 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-01 09:40:51 +0100 |
| commit | 6c4cc0dba681fef1cef3c31877653a1d6413fc90 (patch) | |
| tree | 55d1e1803c1224dba47538042851aa9175064e6c /Private/NewKit | |
| parent | a9222cf9d73734457206f4f9692d699313678159 (diff) | |
Kernel: Improve CRC compute function.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/NewKit')
| -rw-r--r-- | Private/NewKit/Crc32.hpp (renamed from Private/NewKit/CRC32.hpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/NewKit/CRC32.hpp b/Private/NewKit/Crc32.hpp index 15bff9db..7e9ce2af 100644 --- a/Private/NewKit/CRC32.hpp +++ b/Private/NewKit/Crc32.hpp @@ -15,7 +15,7 @@ #define kCrcCnt (256) namespace HCore { -Int ke_calculate_crc32(const Char* crc, Int len) noexcept; +UInt ke_calculate_crc32(const Char* crc, UInt len) noexcept; } // namespace HCore #endif // !__CRC32_H__ |
