Crc32C support and speed improvements
Additional improvements in algorithm with +70MB/s calculation speed as result.
Added Crc32C implementation (due lack of other .NET core implementations).
Added option to constructor with ability to specify BigEndian/LittleEndian byte conversion for HashFinal.