aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/hmac
AgeCommit message (Expand)Author
2020-10-19crypto/hmac: panic if reusing hash.Hash valuesKatie Hockman
2020-05-07crypto/hmac: speed up repeated operations with the same keyAndrew Ekstedt
2018-11-17crypto/hmac: rename CheckHMAC to ValidHMAC in package docssevki
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-11-15crypto, hash: document marshal/unmarshal implementationRoger Peppe
2016-08-17crypto/hmac: don't test for length equality in Equal.Adam Langley
2016-03-25crypto/hmac: simplify implementationDmitry Chestnykh
2016-01-06crypto/hmac: update link to FIPS HMAC specBrad Fitzpatrick
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2014-09-08build: move package sources from src/pkg to srcRuss Cox