🔍

Plugin crypto

At the moment, only the function for calculating cyclic redundancy check (CRC)

Content

Function Description / comments
crc32[<string> | <vector bytes>] Return a CRC32 of byte vector or string

Examples:

o)load ["platform";"crypto"];
o)crc32 0x010203040506
-2114554076i
o)crc32 "Hello, World!"
-330644528i