comment update

This commit is contained in:
Kyle Spearrin 2017-04-27 12:14:11 -04:00
parent 7d0a34fceb
commit df42c6176d
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ angular
return b64Output ? forge.util.encode64(mac.getBytes()) : mac.getBytes();
}
// Safely compare two MACs in a way that protects against timing attacks.
// Safely compare two MACs in a way that protects against timing attacks (Double HMAC Verification).
// ref: https://www.nccgroup.trust/us/about-us/newsroom-and-events/blog/2011/february/double-hmac-verification/
function macsEqual(macKey, mac1, mac2) {
var hmac = forge.hmac.create();