commit | 5db13621ec5a39af465c2d56fec5fbb46f2dc536 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simonb@redtangent.net> | Mon Jun 04 22:11:25 2018 +0100 |
committer | Simon Butcher <simonb@redtangent.net> | Mon Jun 11 14:03:22 2018 +0100 |
tree | 0497aaf3f821c394702b43f6657164e9c784be71 | |
parent | 33cb519cdad88aa6d9ba29b52de3b9d3ad32e522 [diff] [blame] |
Clarify documentation for AES OFB 1. Changed reference/link to NIST SP800-38A 2. Clarified language around AES-OFB usage
diff --git a/library/aes.c b/library/aes.c index c221613..e27e40a 100644 --- a/library/aes.c +++ b/library/aes.c
@@ -1256,7 +1256,7 @@ /* * AES-OFB test vectors from: * - * http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf + * https://csrc.nist.gov/publications/detail/sp/800-38a/final */ static const unsigned char aes_test_ofb_key[3][32] = {