Skip to content

Commit

Permalink
runtime docs: Remove storage from cryptographic mailbox
Browse files Browse the repository at this point in the history
Mostly.

We need to keep a limited amount of storage per AES-256-GCM key to track
usage, since these keys can only be used a certain number of times due
to their IV problems.

For HMAC, we don't specify a key usage on the output MAC, since it has
to be imported back into Caliptra to be used as a key, where its usage
will have to be specified.

We also fix a few other minor issues with the mailbox documentation:

Fixes #1753
Fixes #1754
Fixes #1755
Fixes #1756
  • Loading branch information
swenson committed Nov 20, 2024
1 parent 98df8cb commit 99919dc
Showing 1 changed file with 92 additions and 88 deletions.
Loading

0 comments on commit 99919dc

Please sign in to comment.