Add more tests for the entropy module

This commit is contained in:
Manuel Pégourié-Gonnard
2014-05-30 11:42:01 +02:00
parent 2c25eb0b0a
commit c7c56b2e82
3 changed files with 176 additions and 1 deletions

View File

@@ -183,7 +183,7 @@ int entropy_gather( entropy_context *ctx );
*
* \param data Entropy context
* \param output Buffer to fill
* \param len Length of buffer
* \param len Number of bytes desired, must be at most ENTROPY_BLOCK_SIZE
*
* \return 0 if successful, or POLARSSL_ERR_ENTROPY_SOURCE_FAILED
*/