问题
I know that implementations exist for SHA-1 and SHA-256 in System.Security.Cryptography.
Is there anything built in that can compute CRC hashes?
回答1:
I don't think there is one built into the .NET Framework. Use an open source version such as Damien Guard's library.
来源:https://stackoverflow.com/questions/25250651/is-there-a-c-net-standard-implementation-of-crc