aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/hmac/hmac_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/hmac/hmac_test.go')
-rw-r--r--src/crypto/hmac/hmac_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/hmac/hmac_test.go b/src/crypto/hmac/hmac_test.go
index aac9aa96a8..eea345edb6 100644
--- a/src/crypto/hmac/hmac_test.go
+++ b/src/crypto/hmac/hmac_test.go
@@ -25,7 +25,7 @@ type hmacTest struct {
var hmacTests = []hmacTest{
// Tests from US FIPS 198
- // http://csrc.nist.gov/publications/fips/fips198/fips-198a.pdf
+ // https://csrc.nist.gov/publications/fips/fips198/fips-198a.pdf
{
sha1.New,
[]byte{
@@ -205,7 +205,7 @@ var hmacTests = []hmacTest{
sha256.BlockSize,
},
- // Tests from http://csrc.nist.gov/groups/ST/toolkit/examples.html
+ // Tests from https://csrc.nist.gov/groups/ST/toolkit/examples.html
// (truncated tag tests are left out)
{
sha1.New,