1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/entropy_source: fix typo (sates => states)

This commit is contained in:
Alexandre Abadie 2021-01-07 22:21:46 +01:00
parent f4523140f1
commit 9a9530b4b5
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -24,7 +24,7 @@
* @ref drivers_periph_hwrng and @ref sys_puf_sram. The concepts implemented here are heavily
* influenced by NIST SP 800-90B. Entropy sources can be used to feed more advanced entropy
* modules for cryptographic purposes, which typically accumulate multiple sources and safely
* maintain internal sates. Alternatively, these sources can be used directly or with internal
* maintain internal states. Alternatively, these sources can be used directly or with internal
* conditioning enabled for non-cryptographic tasks like seed generation of general purpose PRNGs,
* in the absence of a hardware random number generator. The API, however, is not meant to face a user.
*