1 reference to ZSTD_compress2
System.IO.Compression (1)
System\IO\Compression\Zstandard\ZstandardEncoder.cs (1)
376nuint result = Interop.Zstd.ZSTD_compress2(ctx, outBytes, (nuint)destination.Length, inBytes, (nuint)source.Length);