Reviewed by: feld Approved by: mat Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D6379
7 lines
227 B
Text
7 lines
227 B
Text
Varnish Module (vmod) for computing HMAC, message digests and working
|
|
with base64.
|
|
|
|
All HMAC- and hash-functionality is provided by libmhash, while
|
|
base64 is implemented locally.
|
|
|
|
WWW: https://github.com/varnish/libvmod-digest
|