|
|
|
|
|
|
|
List of constants used by the Hash functions. |
|
|
|
|
|
|
Hashing is used to summarize a file or a character string... |
|
|
|
|
|
|
Checks the Hash of a file for a specific type of algorithm. |
|
|
|
|
|
|
Checks the Hash of a character string for a specific type of algorithm. |
|
|
|
|
|
|
Usage example of the HashFile function |
|
|
|
|
|
|
Calculates the Hash of a file according to a specific algorithm. |
|
|
|
|
|
|
Usage example of the HashString function |
|
|
|
|
|
|
Calculates the Hash of a character string according to a specific algorithm. |
|
|
|
|
|
|
Procedure ("Callback") called by HashCheckString when checking the hash algorithm. |
|
|
|
|
|
|
Procedure ("Callback") called by HashString when hashing. This procedure is used to get the hash result. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|