Property | Type | Description | |
---|---|---|---|
Table | uint[] |
Method | Description | |
---|---|---|
GetDigest ( ) : uint | ||
Init ( ) : void | ||
Update ( byte data, uint offset, uint size ) : void | ||
UpdateByte ( byte b ) : void |
Method | Description | |
---|---|---|
CRC ( ) | ||
CalculateDigest ( byte data, uint offset, uint size ) : uint | ||
VerifyDigest ( uint digest, byte data, uint offset, uint size ) : bool |
public Update ( byte data, uint offset, uint size ) : void | ||
data | byte | |
offset | uint | |
size | uint | |
return | void |