diff --git a/Native.cs b/Native.cs index e1cae36..3d56a9b 100644 --- a/Native.cs +++ b/Native.cs @@ -34,6 +34,9 @@ namespace Aaru.Checksums; using System.Runtime.InteropServices; +/// +/// Handles native implementations of compression algorithms +/// public static class Native { static bool _checked;