C# Class ValveResourceFormat.Crc32

A utility class to compute CRC32.
Datei anzeigen Open project: SteamDatabase/ValveResourceFormat

Public Properties

Property Type Description
Table uint[]

Public Methods

Method Description
Compute ( byte buffer ) : uint

Compute a checksum for a given array of bytes.

Method Details

Compute() public static method

Compute a checksum for a given array of bytes.
public static Compute ( byte buffer ) : uint
buffer byte The array of bytes to compute the checksum for.
return uint

Property Details

Table public_oe static_oe property

CRC polynomial 0xEDB88320.
public static uint[] Table
return uint[]