RTEMS 6.1-rc4
|
This type represents a hash value. More...
#include <hash.h>
Data Fields | |
char | chars [HASH_CONTROL_STRING_SIZE] |
This member contains the hash value encoded as a base64url string. | |
This type represents a hash value.
The hash value is produced by _Hash_Finalize().
char Hash_Control::chars[HASH_CONTROL_STRING_SIZE] |
This member contains the hash value encoded as a base64url string.
The string is NUL-terminated.