crc32
Syntax
crc32(str, [cksum=0])
Arguments
str is a string scalar/vector.
cksum is a integer scalar/vector.
Details
Create an CRC32 hash from STRING. The result is of data type INT.
Examples
$ a=crc32(`aa`cc,1);
$ a;
[512829590,-1029100744]
$ typestr(a);
FAST INT VECTOR