varnish / libvmod-digest

Digest and HMAC vmod
Other
50 stars 27 forks source link

Allow "URL" base64 to be decoded into hex representation #12

Closed jdewald closed 8 years ago

jdewald commented 8 years ago

This change supports our need to be able to get a hex representation of a Base64 decoded string compatible with the output of the of the "MD5" hash, as it always returns hex rather than providing option for binary output.