mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Document POLARSSL_CAMELLIA_SMALL_MEMORY
This commit is contained in:
@ -297,10 +297,18 @@
|
||||
* Store the AES tables in ROM.
|
||||
*
|
||||
* Uncomment this macro to store the AES tables in ROM.
|
||||
*
|
||||
*/
|
||||
//#define POLARSSL_AES_ROM_TABLES
|
||||
|
||||
/**
|
||||
* \def POLARSSL_CAMELLIA_SMALL_MEMORY
|
||||
*
|
||||
* Use less ROM for the Camellia implementation (saves about 768 bytes).
|
||||
*
|
||||
* Uncomment this macro to use less memory for Camellia.
|
||||
*/
|
||||
//#define POLARSSL_CAMELLIA_SMALL_MEMORY
|
||||
|
||||
/**
|
||||
* \def POLARSSL_CIPHER_MODE_CBC
|
||||
*
|
||||
|
Reference in New Issue
Block a user