force-net / Crc32.NET

Fast version of Crc32 algorithm for .NET
MIT License
199 stars 52 forks source link

Feature/stream support #14

Closed InvisiblePhil closed 5 years ago

InvisiblePhil commented 5 years ago

Solves issue #12

Uses a fixed read buffer length of 4kb - this could be user-configurable if deemed necessary

InvisiblePhil commented 5 years ago

Redundant - base class HashAlgorithm.ComputeHash(Stream inputStream) does this