From dee8193ba4d1204d6b814a1ef66a132691301c20 Mon Sep 17 00:00:00 2001 From: Hannes Tschofenig Date: Thu, 2 Jan 2025 19:45:10 +0100 Subject: [PATCH] Direct Encryption Mode: Editorial Changes --- draft-ietf-cose-hpke.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-cose-hpke.md b/draft-ietf-cose-hpke.md index dab29a9..31ad9a2 100644 --- a/draft-ietf-cose-hpke.md +++ b/draft-ietf-cose-hpke.md @@ -138,7 +138,7 @@ use it to select the appropriate private key. When encrypting, the inputs to the HPKE Seal operation are set as follows: - kem_id: Depends on the COSE-HPKE algorithm used. -- pkR: The recipient public key, converted into HPKE public key. +- pkR: The recipient public key, converted into a HPKE public key. - kdf_id: Depends on the COSE-HPKE algorithm used. - aead_id: Depends on the COSE-HPKE algorithm used. - info: empty string. @@ -155,7 +155,7 @@ See Section 5 of {{RFC9052}} for a description of detached payloads. When decrypting, the inputs to the HPKE Open operation are set as follows: - kem_id: Depends on the COSE-HPKE algorithm used. -- skR: The recipient private key, converted into HPKE private key. +- skR: The recipient private key, converted into a HPKE private key. - kdf_id: Depends on the COSE-HPKE algorithm used. - aead_id: Depends on the COSE-HPKE algorithm used. - info: empty string.