Skip to content

Commit

Permalink
fix: Correct intermediate edk ciphertext length
Browse files Browse the repository at this point in the history
  • Loading branch information
lavaleri committed Dec 6, 2023
1 parent bfbe06d commit a04d15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/algorithm-suites.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ have the following requirements:

| Field | Length (bytes) | Interpreted as |
| -------------------------- | -------------------------------------------------- | -------------- |
| Wrapped Plaintext Data Key | The algorithm suite's encryption key length + 12 | Bytes |
| Wrapped Plaintext Data Key | The algorithm suite's encryption key length + 16 | Bytes |
| Wrapped Intermediate Key | Determined by the keyring responsible for wrapping | Bytes |

##### Wrapped Plaintext Data Key
Expand Down

0 comments on commit a04d15a

Please sign in to comment.