in lib/sigv4-auth-signature.js [33:35]
function computeSignature(stringToSign, signingKey) { return CryptoJS.HmacSHA256(stringToSign, signingKey); }