Block Hash utilize various algorithms, e.g. More...
#include <types.h>
Data Fields | |
| uint32_t | iType |
| The hash Type. | |
| uint32_t | iSize |
| size of the data stored, must be the same for all hashes in system | |
| uint8_t * | pData |
| actual data of the hash | |
| EVP_MD_CTX | CTX |
| Private hash data. | |
| uint32_t | iFlags |
| Hash Flags. | |
Block Hash utilize various algorithms, e.g.
MD5, SHA256, etc. to uniquely identify block of data.
1.6.3