Skip to content

klinkby/klinkby.checksum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Klinkby.Checksum

Simply calculates a CRC32 checksum based on a UTF-8 string or ReadOnlySpan (byte array).

For most practical use cases you will probably want to use System.IO.Hashing.Crc32 instead as the library is 10-29 times faster on a 2024 x64 processor. See the Benchmark project for reference.

About

CRC32 implementation for .NET Standard 2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages