#include <shashbase.h>
Collaboration diagram for SecureHashBase::Parameters:
Public Attributes | |
size_t | hash_size |
Size of the hash value in bytes. | |
size_t | block_size |
Size of an input block; this you don't need this. | |
int | hash_ID |
A unique hash algo ID. | |
const char * | name |
The hash algo name (e.g. "SHA1"). |
Definition at line 55 of file shashbase.h.
|
Size of an input block; this you don't need this.
Definition at line 58 of file shashbase.h. |
|
A unique hash algo ID.
Definition at line 59 of file shashbase.h. |
|
Size of the hash value in bytes.
Definition at line 57 of file shashbase.h. |
|
The hash algo name (e.g. "SHA1").
Definition at line 60 of file shashbase.h. |