zlib pinvoke library for .NET.
The library provides the fast native implementation of DeflateStream, ZLibStream, GZipStream.
It also supports fast calculation of CRC32 and Adler32 checksum.
Supports Windows, Linux and macOS.
The idea was to create a simple way to hash any type of data. So, there are generic extensions for almost any type. Some algorithms are performance optimized and probably more powerful than any other pure C# library of its kind.