CRC32

Class in Yarn.Utility

Inherits from System.Object

Summary

Provides a method for generating CRC32 hashes of strings.

public static class CRC32

Methods

Name
Description

Computes a CRC32 checksum from the given bytes.

Computes a CRC32 checksum from the given string.

Gets the CRC-32 hash of s as a string containing 8 lowercase hexadecimal characters.

Last updated

Was this helpful?