The cache_fn_to_dig function converts a cache filename of a URL into a partial MD5 digest.
#include <libproxy/cutil.h> void *cache_fn_to_dig(char *name, unsigned char digest[16]));
void
char *name is a string containing the cache filename of a URL.
name *digest is an array to receive first 8 bits of the signature of the URL.