mirror of https://github.com/golang/go.git
crypto/hmac: update link to FIPS HMAC spec
Thanks to Kevin Kirsche (github kkirsche). Change-Id: Ia0017371f56065a5e88d1ebb800a6489136ee9b1 Reviewed-on: https://go-review.googlesource.com/18280 Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
parent
9338f39459
commit
17ce03725c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue