- Introduction
- Platform
- Tutorial
- Language reference
- Verbs
- Iterators
- Queries
- Dynamic parsers
- Language idioms
- Standard library
- Plugins
- For Python developers
- For KDB+ developers
- Application examples
- FAQ
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 ["crypto"];
o)crc32 0x010203040506
-2114554076i
o)crc32 "Hello, World!"
-330644528i