Skip to content

Commit e2d529f

Browse files
committed
Carrying over Matt’s bullets to the actual spec change
1 parent b8ba867 commit e2d529f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

framework/multi-keyring.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,11 @@ this keyring MUST first generate a plaintext data key using the generator keyrin
6666

6767
- If the input encryption materials already include a plaintext data key,
6868
OnEncrypt MUST fail.
69-
- Otherwise,
70-
this keyring MUST first call that generator keyring's OnEncrypt
69+
- This keyring MUST first call the generator keyring's OnEncrypt
7170
using the input encryption materials as input.
72-
If the generator keyring fails OnEncrypt,
71+
- If the generator keyring fails OnEncrypt,
7372
this OnEncrypt MUST also fail.
74-
If the generator keyring returns encryption materials missing a plaintext data key,
73+
- If the generator keyring returns encryption materials missing a plaintext data key,
7574
OnEncrypt MUST fail.
7675

7776
If this keyring does not have a [generator keyring](#generator-keyring),

0 commit comments

Comments
 (0)