Is there a C#/.NET standard implementation of CRC?

不打扰是莪最后的温柔 提交于 2020-08-24 06:04:12

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!