5#include "../dlib/dlib.h"
char * a_Digest_authorization_hdr(AuthRealm_t *realm, const DilloUrl *url, const char *uri)
Construct Digest Authorization header.
int a_Digest_compute_digest(AuthRealm_t *realm, const char *username, const char *passwd)
This portion only has to be calculated once.
char * a_Digest_create_cnonce(void)
Returns a pointer to a newly allocated string containing a cnonce.