MySQL 9.1.0
Source Code Documentation
|
Constants and functionality that facilitate working with digests. More...
Go to the source code of this file.
Macros | |
#define | DIGEST_HASH_TO_STRING(_hash, _str) |
Write SHA-256 hash value in a string to be used as DIGEST for the statement. More... | |
#define | DIGEST_HASH_TO_STRING_LENGTH 64 |
SHA-256 = 32 bytes of binary = 64 printable characters. More... | |
Constants and functionality that facilitate working with digests.
#define DIGEST_HASH_TO_STRING | ( | _hash, | |
_str | |||
) |
Write SHA-256 hash value in a string to be used as DIGEST for the statement.
#define DIGEST_HASH_TO_STRING_LENGTH 64 |
SHA-256 = 32 bytes of binary = 64 printable characters.