CRC32 implementation on .NET Micro

前端 未结 3 719
误落风尘
误落风尘 2021-01-26 02:38

I was looking for a CRC32 implementation I could use on the .Net Micro framework. I found this implementation, but the micro framework has not yet implemented the HashAlgorithm.

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-26 03:05

    .net microframework has Utility.ComputeCRC method albeit I am not sure about what algorithm actually uses. It certainly doesn't use one from OP. Utility.ComputeCRC

提交回复
热议问题