CRC |
public class CRC32 : HashAlgorithm
The CRC32 type exposes the following members.
| Name | Description | |
|---|---|---|
| CRC32 | Creates a CRC32 object using the DefaultPolynomial | |
| CRC32(UInt32) | Creates a CRC32 object using the specified Creates a CRC32 object | |
| CRC32(UInt32, Boolean) | Construct the |
| Name | Description | |
|---|---|---|
| AutoCache | Gets or sets the auto-cache setting of this class. | |
| CurrentCRC | ||
| DefaultPolynomial | Returns the default polynomial |
| Name | Description | |
|---|---|---|
| BuildCRC32Table | Builds a crc32 table given a polynomial | |
| ClearCache | ||
| ComputeHash(Byte) | Overloaded. Computes the hash value for the input data. | |
| ComputeHash(Stream) | Computes the hash value for the specified Stream. | |
| ComputeHash(Byte, Int32, Int32) | Overloaded. Computes the hash value for the input data. | |
| HashCore | ||
| HashFinal | ||
| Initialize | Initializes an implementation of HashAlgorithm. | |
| Reflect |