crcHash

open fun crcHash(input: Array<Byte>): Array<Byte>

Performs CRC32 on an input byte array using the CrcStandard.Crc32Bit parameters

Return

the hashed result

Parameters

input

array to hash