System.Hashs_V2019.ByteArray.CRC32 C# (CSharp) Method

CRC32() public static method

计算CRC32值
public static CRC32 ( Array buffer ) : byte[]
buffer Array
return byte[]
                public static byte[] CRC32(byte[] buffer) => ComputeHash(buffer, CreateCRC32());

Same methods

Hashs_V2019.ByteArray::CRC32 ( Stream inputStream ) : byte[]
Hashs_V2019.ByteArray