RTEMS 6.1-rc1
Data Fields
Hash_Control Struct Reference

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. More...
 

Detailed Description

This type represents a hash value.

The hash value is produced by _Hash_Finalize().

Field Documentation

◆ chars

char Hash_Control::chars[HASH_CONTROL_STRING_SIZE]

This member contains the hash value encoded as a base64url string.

The string is NUL-terminated.


The documentation for this struct was generated from the following file: