concatenation vs multiple rounds of HMAC
I was studying the AWS request signature process and found that they derive the signing key from multiple sources (one and two related questions).
Specifically this:
kSecret = Your AWS Secret Access Key
kDate = HMAC(“AWS4… Continue reading concatenation vs multiple rounds of HMAC