force-net / Crc32.NET

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

Add support for ReadOnlySpan and ReadOnlySequence #11

Open bsagal opened 5 years ago

bsagal commented 5 years ago

Would it be possible to add support for calculating the crc of ReadOnlySpan<byte> and ReadOnlySequence<byte>

force-net commented 5 years ago

It seems, it is possible. I'll try to add support later (after New Year. Sorry, I have no time now).