Jump to content

CRC-32: Difference between revisions

Added Pike implementation
(Added Pike implementation)
Line 1,687:
(bye)</lang>
 
=={{header|Pike}}==
<lang Pike>string foo = "The quick brown fox jumps over the lazy dog";
write("0x%x\n", Gz.crc32(foo));</lang>
{{Out}}
<pre>
0x414fa339
</pre>
 
=={{header|PowerBASIC}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.