#include <stdio.h>#include "hasher.h"Include dependency graph for hasher_test.c:

Defines | |
| #define | COMMENT |
| #define | HANDLE_ERROR(X) |
| #define | TESTTHIS "abc" |
Functions | |
| void | test_hash (const char *h) |
| int | main () |
Variables | |
| const char* | algos [] |
|
|
Value: Created: July 20th, 2001 The following program code is released under the GPL license http://www.gnu.org/copyleft/gpl.html |
|
|
Value: {\
if ((status = X) != HASHER_OK) {\
printf("Error occured: %u %s\n", status, hasher_ret_msg(status));\
return;\
}\
} |
|
|
|
|
|
|
|
|
|
|
|
Initial value: {
"none algo whatsoever",
"md5",
"sha-1",
"sha-2",
"ripemd-160"
} |
|
Confidential |