Skip to content

fix: Names and clarification #283

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions framework/key-store/key-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,16 @@ This structure MUST include all of the following fields:

A union that MUST hold the following three options

- ActiveHierarchicalSymmetricVersion [HierarchicalSymmetricVersion](#hierarchicalsymmetricversion)
- HierarchicalSymmetricVersion [HierarchicalSymmetricVersion](#hierarchicalsymmetricversion)
- ActiveHierarchicalSymmetricVersion [ActiveHierarchicalSymmetric](#activehierarchicalsymmetric)
- HierarchicalSymmetricVersion [HierarchicalSymmetric](#hierarchicalsymmetric)
- ActiveHierarchicalSymmetricBeacon

### HierarchicalSymmetricVersion
### ActiveHierarchicalSymmetric

A structure that MUST have one member,
the UTF8 Encoded value of the version of the branch key.

### HierarchicalSymmetric

A structure that MUST have one member,
the UTF8 Encoded value of the version of the branch key.
Expand Down
2 changes: 1 addition & 1 deletion framework/structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ This value MUST be a version 4 [UUID](https://www.ietf.org/rfc/rfc4122.txt).

##### Encryption Context

The [custom encryption context](#encryption-context) associated with this branch key.
The [encryption context](#encryption-context) associated with this branch key.

## Beacon Key Materials

Expand Down
Loading