Commit 17ce0372 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick Committed by Russ Cox

crypto/hmac: update link to FIPS HMAC spec

Thanks to Kevin Kirsche (github kkirsche).

Change-Id: Ia0017371f56065a5e88d1ebb800a6489136ee9b1
Reviewed-on: https://go-review.googlesource.com/18280Reviewed-by: 's avatarAndrew Gerrand <adg@golang.org>
parent 9338f394
......@@ -26,8 +26,8 @@ import (
"hash"
)
// FIPS 198:
// http://csrc.nist.gov/publications/fips/fips198/fips-198a.pdf
// FIPS 198-1:
// http://csrc.nist.gov/publications/fips/fips198-1/FIPS-198-1_final.pdf
// key is zero padded to the block size of the hash function
// ipad = 0x36 byte repeated for key length
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment