Data update
This commit is contained in:
parent
0df55f9f24
commit
aec8ed51b6
1045 changed files with 18889 additions and 2777 deletions
|
|
@ -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’)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue