From 1ef6ad48d1a2b7fa544477b749cce4b2e34130d2 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 16 Nov 2020 21:59:58 +0100 Subject: [PATCH] Note that I'm not completly sure about the get_entropy flags Signed-off-by: Gilles Peskine --- docs/proposed/psa-driver-interface.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/proposed/psa-driver-interface.md b/docs/proposed/psa-driver-interface.md index 9b98406a4b..7696205b55 100644 --- a/docs/proposed/psa-driver-interface.md +++ b/docs/proposed/psa-driver-interface.md @@ -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. * Full entropy: drivers don't need to do entropy mixing. +#### Flags for `"get_entropy"` + +Are the [entropy collection flags](#entropy-collection-flags) well-chosen? +