- Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator
This commit is contained in:
parent
4463740fe4
commit
0e04d0e9a3
13 changed files with 1594 additions and 4 deletions
|
@ -306,6 +306,18 @@
|
|||
*/
|
||||
#define POLARSSL_CIPHER_C
|
||||
|
||||
/**
|
||||
* \def POLARSSL_CTR_DRBG_C
|
||||
*
|
||||
* Enable the CTR_DRBG AES-256-based random generator
|
||||
*
|
||||
* Module: library/ctr_drbg.c
|
||||
* Caller:
|
||||
*
|
||||
* This module provides the CTR_DRBG AES-256 random number generator.
|
||||
*/
|
||||
#define POLARSSL_CTR_DRBG_C
|
||||
|
||||
/**
|
||||
* \def POLARSSL_DEBUG_C
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue