pandect.algo.crc32

CRC-32 algorithm implementation

crc32

(crc32 x)
[Hash] CRC-32 (value -> string)

crc32*

(crc32* x)
[Hash] CRC-32 (raw value)

crc32-bytes

(crc32-bytes x)
[Hash] CRC-32 (value -> byte array)

crc32-file

(crc32-file x)
[Hash] CRC-32 (file path -> string)

crc32-file*

(crc32-file* x)
[Hash] CRC-32 (raw value)

crc32-file-bytes

(crc32-file-bytes x)
[Hash] CRC-32 (file path -> byte array)