Gilles Peskine | 36cee0e | 2019-10-15 16:07:12 +0200 | [diff] [blame] | 1 | # PSA entropy source driver interface |
| 2 | |
| 3 | The accelerator interface lets you drivers for entropy sources such as Hardware Random Number Generators (HRNG), also known as True Random Number Generators (TRNG), into an implementation of the [PSA Cryptography API](../#application-programming-interface). |
| 4 | |
| 5 | **Status: draft** — major changes are still likely. |
| 6 | |
| 7 | **Documentation**: for now, please see the header file: |
| 8 | [`include/psa/crypto_entropy_driver.h`](https://github.com/ARMmbed/mbed-crypto/blob/development/include/psa/crypto_entropy_driver.h) |
Gilles Peskine | 97e8e56 | 2019-10-15 16:26:33 +0200 | [diff] [blame] | 9 | |
| 10 | **Mbed Crypto support status**: Not implemented yet. For now, entropy sources use the [Mbed TLS entropy module](https://tls.mbed.org/kb/how-to/add-entropy-sources-to-entropy-pool). |