CRC-32: Difference between revisions

4 bytes removed ,  2 months ago
m
→‎{{header|11l}}: `(-)` -> `~`
mNo edit summary
m (→‎{{header|11l}}: `(-)` -> `~`)
 
Line 33:
 
F crc32(buf, =crc = UInt32(0))
crc = (-)~crc
L(k) buf
crc = (crc >> 8) (+) :crc_table[(crc [&] F'F) (+) k.code]
R (-)~crc
 
print(hex(crc32(‘The quick brown fox jumps over the lazy dog’)))</syntaxhighlight>
1,480

edits