Data update

This commit is contained in:
Ingy dot Net 2024-04-19 16:56:29 -07:00
parent 0df55f9f24
commit aec8ed51b6
1045 changed files with 18889 additions and 2777 deletions

View file

@ -10,9 +10,9 @@ L(i) 256
crc_table[i] = rem
F crc32(buf, =crc = UInt32(0))
crc = (-)crc
crc = ~crc
L(k) buf
crc = (crc >> 8) (+) :crc_table[(crc [&] F'F) (+) k.code]
R (-)crc
R ~crc
print(hex(crc32(The quick brown fox jumps over the lazy dog)))