Crc32HashFinal Method

Gets the final result of the computed CRC-32 hash as a byte array.

Definition

Namespace: KGySoft.Security.Cryptography
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
protected override byte[] HashFinal()

Return Value

Byte
The computed hash code.

See Also