2 writes to crc
Microsoft.Maui (2)
Services\Crc64HashAlgorithm.cs (2)
154 crc = ulong.MaxValue; 162 crc = Table[(byte)(crc ^ array[i])] ^ (crc >> 8);
3 references to crc
Microsoft.Maui (3)
Services\Crc64HashAlgorithm.cs (3)
162 crc = Table[(byte)(crc ^ array[i])] ^ (crc >> 8); 167 protected override byte[] HashFinal() => BitConverter.GetBytes(crc ^ length);