SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Functions | |
template<domain D :shared3p , dim N> | |
D xor_uint16 | CRC16 (D xor_uint8[[N]] input) |
template<domain D :shared3p , dim N> | |
D xor_uint32 | CRC32 (D xor_uint8[[N]] input) |
Compute CRC hash of the input byte array with 0 initial hash.
input | - the input byte vector |
D xor_uint16 CRC16 | ( | D xor_uint8[[N]] | input | ) |
D xor_uint32 CRC32 | ( | D xor_uint8[[N]] | input | ) |