Skip to content

Commit 88c996e

Browse files
committed
Remove leftover comment about mbedTLS plugin
1 parent 285f82f commit 88c996e

File tree

1 file changed

+0
-8
lines changed
  • targets/TARGET_Silicon_Labs/TARGET_EFM32/trng

1 file changed

+0
-8
lines changed

targets/TARGET_Silicon_Labs/TARGET_EFM32/trng/sl_trng.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@
4444
* Proportion Test (64-sample window)" and "Adaptive Proportion Test
4545
* (4096-sample window)". The last startup test is the AIS31 startup test. By
4646
* default when using this driver all the startup tests are enabled.
47-
48-
* The TRNG module implements an entropy source plugin module for mbed TLS that can
49-
* be used in applications needing random numbers or indirectly using mbed TLS
50-
* modules that depend on the random number generation interfaces of mbed TLS.
51-
* The define @ref MBEDTLS_TRNG_C will compile the TRNG module. The TRNG is enabled as
52-
* an mbed TLS entropy source by defining @ref MBEDTLS_ENTROPY_ALT,
53-
* @ref MBEDTLS_ENTROPY_INIT_ALT and @ref MBEDTLS_ENTROPY_FREE_ALT.
54-
* The TRNG functions are declared in the 'mbedtls/sl_crypto/include/trng.h' file.
5547
*
5648
* \{
5749
******************************************************************************/

0 commit comments

Comments
 (0)