|
|
|
|
|
|
Categoría: Hash functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Procedimiento ("Callback") llamado por la función HashCheckString al comprobar el algoritmo de hash. |
|
|
|
|
|
|
Procedimiento ("Callback") llamado por la función HashString al aplicar el algoritmo de hash. Este procedimiento permite obtener el resultado del hash. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|