Skip to content

Commit

Permalink
docs: fix md list
Browse files Browse the repository at this point in the history
  • Loading branch information
olastor authored Jan 4, 2024
1 parent f9d75cc commit 893e326
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ In order to reference a single leaf in the policy tree, the plugin must offer a
2. For each share item in the policy:
1. If the item is a policy: Recursive application of this routine using the key share as the file key.
2. If the item is a recipient:
- Split the byte of the X coordinate off the key share and store it in the dedicated field.
- Encrypt the key share (without the X byte) with the recipient.
- Store the resulting stanza wrapping the key share in the dedicated field.
- Split the byte of the X coordinate off the key share and store it in the dedicated field.
- Encrypt the key share (without the X byte) with the recipient.
- Store the resulting stanza wrapping the key share in the dedicated field.

## Decryption

Expand Down

0 comments on commit 893e326

Please sign in to comment.