ComputeHash Method
Definition
- Assemblies
- Cuemon.Core.dll
ComputeHash(byte[])
Computes the hash value for the specified byte array.
public override HashResult ComputeHash(byte[] input)
Parameters
Returns
- HashResult
A HashResult containing the computed hash code of the specified
input.
Remarks
Inspiration and praises goes to http://www.sunshine2k.de/articles/coding/crc/understanding_crc.html