mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-01-06 11:41:12 +03:00
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:
@@ -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] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user