md5_crypt.h
size_t md5CryptEncodeBase64(const uint8_t *input, uint8_t *output)
base-64 encoding algorithm
Definition: md5_crypt.c:241
General definitions for cryptographic algorithms.
error_t md5Crypt(const char_t *password, const char_t *salt, char_t *output, size_t *outputLen)
MD5-crypt algorithm.
Definition: md5_crypt.c:61