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