CRC32
Class in Yarn.Utility
Inherits from System.Object
Summary
Provides a method for generating CRC32 hashes of strings.
public static class CRC32Methods
| Name | Description |
|---|---|
| GetChecksum(byte[]) | Computes a CRC32 checksum from the given bytes. |
| GetChecksum(string) | Computes a CRC32 checksum from the given string. |
| GetChecksumString(string) | Gets the CRC-32 hash of s as a string containing 8 lowercase hexadecimal characters. |