Calculating CRC-32 in C# and .NET
- ๐
- ๐ 269 words
- ๐ 2 minutes
- ๐ฆ .NET
- ๐ท๏ธ C#, hashing
- ๐ฌ 16 responses
Just a few days ago I found myself needing to calculate a CRC-32 in .NET. With so many facilities available I was a little shocked that there was nothing built-in to do it so knocked up something myself.
GitHub has the latest version of Crc32