Subversion 1.6.16
|
A generic checksum representation. More...
#include <svn_checksum.h>
Data Fields | |
const unsigned char * | digest |
The bytes of the checksum. | |
svn_checksum_kind_t | kind |
The type of the checksum. |
const unsigned char* svn_checksum_t::digest |
The bytes of the checksum.
Definition at line 57 of file svn_checksum.h.
The type of the checksum.
This should never be changed by consumers of the APIs.
Definition at line 61 of file svn_checksum.h.