Document POLARSSL_CAMELLIA_SMALL_MEMORY
This commit is contained in:
parent
29f777ef54
commit
a82135c5cf
1 changed files with 9 additions and 1 deletions
|
@ -266,10 +266,18 @@
|
||||||
* Store the AES tables in ROM.
|
* Store the AES tables in ROM.
|
||||||
*
|
*
|
||||||
* Uncomment this macro to store the AES tables in ROM.
|
* Uncomment this macro to store the AES tables in ROM.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define POLARSSL_AES_ROM_TABLES
|
//#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
|
* \def POLARSSL_CIPHER_MODE_CBC
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue