aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/hmac/hmac.go
AgeCommit message (Expand)Author
2020-07-09[dev.boringcrypto] all: merge master into dev.boringcryptoDmitri Shuralyov
2020-05-07crypto/hmac: speed up repeated operations with the same keyAndrew Ekstedt
2019-06-09[dev.boringcrypto] crypto: move crypto/internal/boring imports to reduce merg...Filippo Valsorda
2019-02-08[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-11-17crypto/hmac: rename CheckHMAC to ValidHMAC in package docssevki
2018-06-08[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-12-06[dev.boringcrypto] all: merge master (nearly Go 1.10 beta 1) into dev.boringc...Russ Cox
2017-11-15crypto, hash: document marshal/unmarshal implementationRoger Peppe
2017-08-17[dev.boringcrypto] crypto/hmac: use BoringCryptoRuss Cox
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