Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Jul 25, 2021. It is now read-only.
/crc32c.netPublic archive

Hardware-accelerated CRC-32C (Castagnoli) algorithm with fast software fallback for .NET developers.

License

NotificationsYou must be signed in to change notification settings

robertvazan/crc32c.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNMAINTAINED: This library is no longer maintained, because I rarely use Windows or C++ these days. It has not been updated in years. You are welcome to adopt the library if you find it useful.

This is a hardware-accelerated implementation of CRC-32C (Castagnoli) for .NET.Intel's CRC32 instruction is used if available. Otherwise this library uses fast software fallback.Actual CRC-32C algorithm is implemented in C++. .NET wrapper transparently routes calls to native code.


uintcrc=Crc32CAlgorithm.Compute(array);

About

Hardware-accelerated CRC-32C (Castagnoli) algorithm with fast software fallback for .NET developers.

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp