From edf3d40f12c437d9c62359c8a01a13f712d0daf3 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 13 Aug 2024 16:42:22 -0400 Subject: [PATCH] Update draft-connolly-cfrg-xwing-kem.md --- draft-connolly-cfrg-xwing-kem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-connolly-cfrg-xwing-kem.md b/draft-connolly-cfrg-xwing-kem.md index 6abb945..2da063d 100644 --- a/draft-connolly-cfrg-xwing-kem.md +++ b/draft-connolly-cfrg-xwing-kem.md @@ -434,7 +434,7 @@ This is useful in two cases: 2. If a ciphertext is decapsulated for a key that has just been generated. This happen on the client-side for TLS. -A typical API pattern to achieve this optimisation is to have an +A typical API pattern to achieve this optimization is to have an opaque decapsulation key object that hides the cached values. For instance, such an API could have the following functions.