Skip to content

This repo shows the implementation of CRC32c algorithm with .NET Core, supports either hardware accelerated or generating native code. And with advances in CoreRT(https://github.com/dotnet/corert), It's native version will supports hardware accelerated in future.

License

Notifications You must be signed in to change notification settings

differentrain/Crc32cSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crc32cSharp

System Requirements

Auto Build

If you want to build projects with scripts in this repo, make sure that the .NET Core 3.0 SDK has been installed.

Windows

double click build_all_win.cmd in build folder.

Linux && OS-X

$ ./build/build_all_linux.sh

-Or-

$ ./build/build_all_os.sh

Usage

This repo is a sample whose implementation is very simple P:), so the comments of it's source code is enough.

The whole concept of usage, see Wiki.

About

This repo shows the implementation of CRC32c algorithm with .NET Core, supports either hardware accelerated or generating native code. And with advances in CoreRT(https://github.com/dotnet/corert), It's native version will supports hardware accelerated in future.

Resources

License

Stars

Watchers

Forks

Packages

No packages published