|
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 | GblSha1Context |
Macros | |
| #define | GBL_SHA1_DIGEST_SIZE |
| #define | GBL_SHA1_DIGEST_STRING_SIZE |
Functions | |
| const char * | GblSha1_string (const uint8_t digest[20], char buffer[80]) |
SHA1 cryptographic hashing algorithm and API.
This file contains the libGimbal API providing the SHA1 cryptographic hashing algorithm.
Definition in file gimbal_sha1.h.
| #define GBL_SHA1_DIGEST_SIZE |
Size of a SHA1 digest.
Definition at line 27 of file gimbal_sha1.h.
| #define GBL_SHA1_DIGEST_STRING_SIZE |
Buffer sized required for GblSha1_string()
Definition at line 28 of file gimbal_sha1.h.
| const char * GblSha1_string | ( | const uint8_t | digest[20], |
| char | buffer[80] ) |
Returns the display-friendly hexadecimal form of the given digest, with each 32-bit word separated by a space.