From 87889ebe86ee5a122dd73fd0f34dd207a626779b Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 16 Oct 2023 15:40:02 +0200 Subject: [PATCH] Fix editorial error with semantic consequences Signed-off-by: Gilles Peskine --- docs/architecture/psa-shared-memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/psa-shared-memory.md b/docs/architecture/psa-shared-memory.md index 890918c0e2..3bb49d9d29 100644 --- a/docs/architecture/psa-shared-memory.md +++ b/docs/architecture/psa-shared-memory.md @@ -199,7 +199,7 @@ Note that this can be a single buffer for the input and the output if the driver For all currently implemented AEAD modes, the associated data is only processed once to calculate an intermediate value of the authentication tag. -**Design decision: for now, require AEAD drivers to read their input without a risk of read-read inconsistency**. Make a note to revisit this when we start supporting an SIV mode, at which point the dispatch layer shall copy the input for modes that are not known to be low-risk. +**Design decision: for now, require AEAD drivers to read the additional data without a risk of read-read inconsistency**. Make a note to revisit this when we start supporting an SIV mode, at which point the dispatch layer shall copy the input for modes that are not known to be low-risk. #### Message signature