github.com/shogo82148/std@v1.22.1-0.20240327122250-4e474527810c/crypto/cipher/cbc_aes_test.go (about) 1 // Copyright 2009 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 // CBC AES test vectors. 6 7 // See U.S. National Institute of Standards and Technology (NIST) 8 // Special Publication 800-38A, ``Recommendation for Block Cipher 9 // Modes of Operation,'' 2001 Edition, pp. 24-29. 10 11 package cipher_test