add TODO comment

This commit is contained in:
2026-08-26 14:27:42 +09:00
parent 08bc8296d0
commit 3b69a9a197
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
// Table 형식.
// 모든 입력 값 256개 (0x00 ~ 0xFF) 에 대한 결과를 저장한 테이블.
// 기준값 : 0xEDB88320
// 기준값 : 0xED B8 83 20
// 기준 비트 순서 : LSB -> MSB
static const uint32_t crcTable[256] = {
0x00000000L, 0x77073096L, 0xee0e612cL, 0x990951baL,