FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Store check sum of a file. More...
#include <checksum.h>
Public Attributes | |
uint8_t | MD5digest [16] |
MD5 digest of the file. | |
uint8_t | SHA1digest [20] |
SHA1 digest of the file. | |
uint64_t | DataLen |
Size of the file. | |
Store check sum of a file.
Definition at line 32 of file checksum.h.