We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f1252 commit f111505Copy full SHA for f111505
src/MySqlConnector/Utilities/Adler32.cs
@@ -21,7 +21,7 @@ namespace MySqlConnector.Utilities
21
/// Calculates the 32 bit Adler checksum of a given buffer according to
22
/// RFC 1950. ZLIB Compressed Data Format Specification version 3.3)
23
/// </summary>
24
- public static class Adler32
+ internal static class Adler32
25
{
26
/// <summary>
27
/// The default initial seed value of a Adler32 checksum calculation.
0 commit comments