|
libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
|
Go to the source code of this file.
Data Structures | |
| struct | GblMd5Context |
Macros | |
| #define | GBL_MD5_DIGEST_SIZE |
| #define | GBL_MD5_DIGEST_STRING_SIZE |
Functions | |
| const char * | GblMd5_string (const uint8_t digest[16], char buffer[64]) |
MD5 cryptographic hashing algorithm and API.
This file contains the libGimbal API providing the MD5 cryptographic hashing algorithm.
Definition in file gimbal_md5.h.
| #define GBL_MD5_DIGEST_SIZE |
Definition at line 19 of file gimbal_md5.h.
| #define GBL_MD5_DIGEST_STRING_SIZE |
Definition at line 20 of file gimbal_md5.h.
| const char * GblMd5_string | ( | const uint8_t | digest[16], |
| char | buffer[64] ) |
Returns the display-friendly hexadecimal form of the given digest, with each 32-bit word separated by a space.