StorageCrc64Calculator
Port of https://github.com/Azure/azure-storage-net/blob/master/Lib/Common/Core/Util/Crc64.cs
            and the code used by Azure Storage to compute a CRC-64 with custom polynomial.
            
                
Compute the CRC64 of the input data using the Azure Storage CRC64 polynomial.