Clarify documentation for AES OFB
1. Changed reference/link to NIST SP800-38A 2. Clarified language around AES-OFB usage
This commit is contained in:
parent
33cb519cda
commit
5db13621ec
2 changed files with 24 additions and 23 deletions
library
|
@ -1256,7 +1256,7 @@ static const unsigned char aes_test_cfb128_ct[3][64] =
|
|||
/*
|
||||
* 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] =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue