Resets the CRC stream.
In most cases reset will not do anything as most of the CRC variations are stateless. Though there are a few that need to maintain state. So its safer to always call Reset before re-using the stream.
It is faster to reset existing stream than to construct new on as then CRC tables are not generated again.