Crc32HashCore Method
Computes the CRC-32 hash for the specified array.
Namespace: KGySoft.Security.CryptographyAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
protected override void HashCore(
byte[] array,
int offset,
int count
)
Protected Overrides Sub HashCore (
array As Byte(),
offset As Integer,
count As Integer
)
protected:
virtual void HashCore(
array<unsigned char>^ array,
int offset,
int count
) override
abstract HashCore :
array : byte[] *
offset : int *
count : int -> unit
override HashCore :
array : byte[] *
offset : int *
count : int -> unit
Parameters
- array Byte
- The input to compute the hash code for.
- offset Int32
- The offset into the byte array from which to begin using data.
- count Int32
- The number of bytes in the array to use as data.