mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 08:11:03 +00:00
Note that I'm not completly sure about the get_entropy flags
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
3eb65fbba6
commit
1ef6ad48d1
|
@ -925,6 +925,10 @@ Should the input to the [`"add_entropy"` entry point](#entropy-injection) be a f
|
||||||
* Choice: drivers must implement entropy mixing. `"add_entropy"` needs an extra parameter to indicate the amount of entropy in the data. The core may do conditioning if it wants, but doesn't have to.
|
* Choice: drivers must implement entropy mixing. `"add_entropy"` needs an extra parameter to indicate the amount of entropy in the data. The core may do conditioning if it wants, but doesn't have to.
|
||||||
* Full entropy: drivers don't need to do entropy mixing.
|
* Full entropy: drivers don't need to do entropy mixing.
|
||||||
|
|
||||||
|
#### Flags for `"get_entropy"`
|
||||||
|
|
||||||
|
Are the [entropy collection flags](#entropy-collection-flags) well-chosen?
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Local Variables:
|
Local Variables:
|
||||||
time-stamp-line-limit: 40
|
time-stamp-line-limit: 40
|
||||||
|
|
Loading…
Reference in a new issue