crypto/aes: replace broken extenal link to FIPS 197

Change-Id: Ib0a0d04aaaaa3c213fdb8646bd9b7dfdadae40d4
Reviewed-on: https://go-review.googlesource.com/c/160831
Reviewed-by: Filippo Valsorda <filippo@golang.org>
This commit is contained in:
spring1843 2019-02-02 21:09:55 -08:00 committed by Filippo Valsorda
parent 3fc276ccf8
commit 691a2d457a

View file

@ -31,7 +31,7 @@
//
// See FIPS 197 for specification, and see Daemen and Rijmen's Rijndael submission
// for implementation details.
// https://www.csrc.nist.gov/publications/fips/fips197/fips-197.pdf
// https://csrc.nist.gov/csrc/media/publications/fips/197/final/documents/fips-197.pdf
// https://csrc.nist.gov/archive/aes/rijndael/Rijndael-ammended.pdf
package aes