Version: 4.1.4.1
5 CRC checksums
(require (planet untyped/unlib/crc)) |
(crc32 data) → natural? |
data : bytes? |
Returns the IEEE 32-bit checksum of data.
Examples: |
> (crc32 #"Hello world!") |
461707669 |
> (crc32 #"Hello world.") |
2335835140 |
crc32 |
(require (planet untyped/unlib/crc)) |
(crc32 data) → natural? |
data : bytes? |
Returns the IEEE 32-bit checksum of data.
Examples: |
> (crc32 #"Hello world!") |
461707669 |
> (crc32 #"Hello world.") |
2335835140 |